update
This commit is contained in:
@@ -12,4 +12,5 @@ public interface IAccountRepository
|
||||
Account? Get(Guid userId, Guid id);
|
||||
bool Update(Account account);
|
||||
bool Remove(Account account);
|
||||
List<Account> FindAccounts(Guid userId, string term);
|
||||
}
|
||||
Reference in New Issue
Block a user