public CategoryMonthViewModel(BudgetMonthViewModel budgetMonthViewModel, CategoryRowViewModel categoryRowViewModel, MasterCategoryMonthView masterCategoryMonthView, string categoryId) { BudgetMonthViewModel = budgetMonthViewModel; CategoryRowViewModel = categoryRowViewModel; RegisterForCallBack(masterCategoryMonthView, categoryId); }
public CategoryMonthViewModel(BudgetMonthViewModel budgetMonthViewModel, CategoryRowViewModel categoryRowViewModel, CategoryMonthView monthView) { BudgetMonthViewModel = budgetMonthViewModel; CategoryRowViewModel = categoryRowViewModel; CategoryMonthView = monthView; }