Working on organization unit table
This commit is contained in:
@ -24,7 +24,7 @@ namespace UserService.DatabaseLayer.Repositories
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task AddAsync(SecurityGroup entity, CancellationToken token = default)
|
||||
public Task<int> AddAsync(SecurityGroup entity, CancellationToken token = default)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
Reference in New Issue
Block a user