Working on organization unit table

This commit is contained in:
2020-10-02 22:22:12 +02:00
parent 2d517170fd
commit 0aea91a59c
8 changed files with 148 additions and 58 deletions

View File

@ -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();
}