Пример #1
0
 public Budget GetBudget()
 {
     return(BudgetRepository.GetAllEntities().Single());
 }