Exemplo n.º 1
0
 private IEnumerable <CategoryStatistics> GetStatistics(DateTime period = default(DateTime))
 {
     return(_statisticsManager.GetCategoryStatistics(_dataContext.Operations.Collection, OperationType.Expense, SelectedAccount, period));
 }