fix
This commit is contained in:
@@ -18,4 +18,8 @@ public interface IAccountRepository
|
||||
decimal GetPeriodIncome(Guid userId, DateTime from, DateTime to);
|
||||
decimal GetPeriodOutcome(Guid userId, DateTime from, DateTime to);
|
||||
List<AccountSimple> GetRestAtDate(Guid userId, DateTime date);
|
||||
List<MotionTotalSimple> GetIncomeByCategories(Guid userId, DateTime from, DateTime to);
|
||||
List<MotionTotalSimple> GetIncomeByCategory(Guid userId, Guid categoryId, DateTime from, DateTime to);
|
||||
List<MotionTotalSimple> GetOutcomeByCategories(Guid userId, DateTime from, DateTime to);
|
||||
List<MotionTotalSimple> GetOutcomeByCategory(Guid userId, Guid categoryId, DateTime from, DateTime to);
|
||||
}
|
||||
Reference in New Issue
Block a user