Some refactoring. Database is now active in the new user server

This commit is contained in:
Melanie Thielker
2009-05-05 05:35:22 +00:00
parent f51f552baa
commit 8b9f8be512
5 changed files with 94 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
namespace OpenSim.Services.Interfaces
{
public interface IUserService
{
}
}