fix
This commit is contained in:
@@ -9,6 +9,7 @@ public interface IAccountRepository
|
||||
List<AccountDetailed> GetByCategoryDetailed(Guid userId, Guid categoryId);
|
||||
AccountDetailed? GetByIdDetailed(Guid userId, Guid id);
|
||||
bool Add(Account account);
|
||||
bool Delete(Account account);
|
||||
Account? Get(Guid userId, Guid id);
|
||||
bool Update(Account account);
|
||||
bool Remove(Account account);
|
||||
|
||||
Reference in New Issue
Block a user