mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Expose Delete at IUserAccountData interface. It was there already. No changes in IUserAccountService, just the data layer.
This commit is contained in:
@@ -48,6 +48,7 @@ namespace OpenSim.Data
|
||||
{
|
||||
UserAccountData[] Get(string[] fields, string[] values);
|
||||
bool Store(UserAccountData data);
|
||||
bool Delete(string field, string val);
|
||||
UserAccountData[] GetUsers(UUID scopeID, string query);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user