Update account/position and platform summary
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Managing.Application.Abstractions.Repositories;
|
||||
public interface IAccountRepository
|
||||
{
|
||||
Task<Account> GetAccountByNameAsync(string name);
|
||||
Task<Account> GetAccountByIdAsync(int id);
|
||||
Task<Account> GetAccountByKeyAsync(string key);
|
||||
Task InsertAccountAsync(Account account);
|
||||
Task UpdateAccountAsync(Account account);
|
||||
|
||||
Reference in New Issue
Block a user