This commit is contained in:
2023-07-20 21:38:05 +03:00
parent 4bac59f322
commit 2f108bef4f
35 changed files with 1863 additions and 909 deletions
@@ -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);
}