Ejemplo n.º 1
0
 public CategoryMonthViewModel(BudgetMonthViewModel budgetMonthViewModel, CategoryRowViewModel categoryRowViewModel, MasterCategoryMonthView masterCategoryMonthView, string categoryId)
 {
     BudgetMonthViewModel = budgetMonthViewModel;
     CategoryRowViewModel = categoryRowViewModel;
     RegisterForCallBack(masterCategoryMonthView, categoryId);
 }
Ejemplo n.º 2
0
 public CategoryMonthViewModel(BudgetMonthViewModel budgetMonthViewModel, CategoryRowViewModel categoryRowViewModel, CategoryMonthView monthView)
 {
     BudgetMonthViewModel = budgetMonthViewModel;
     CategoryRowViewModel = categoryRowViewModel;
     CategoryMonthView    = monthView;
 }