Fix on the admin user.
This commit is contained in:
@@ -10,6 +10,6 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
|
||||
bool Update(T updated);
|
||||
|
||||
bool Add(T newEntity);
|
||||
int Add(T newEntity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user