fix
This commit is contained in:
@@ -13,4 +13,8 @@ public interface IAccountRepository
|
||||
bool Update(Account account);
|
||||
bool Remove(Account account);
|
||||
List<Account> FindAccounts(Guid userId, string term);
|
||||
|
||||
decimal GetPeriodIncome(Guid userId, DateTime from, DateTime to);
|
||||
decimal GetPeriodOutcome(Guid userId, DateTime from, DateTime to);
|
||||
List<AccountSimple> GetRestAtDate(Guid userId, DateTime date);
|
||||
}
|
||||
Reference in New Issue
Block a user