internal BudgetVm(KontoVm aKontoVm, BudgetRow aRow) { this.Row = aRow; this.mKontoVm = aKontoVm; }
internal BudgetVm(KontoVm aKontoVm) { this.Row = BudgetRow.InitEmpty(); this.mKontoVm = aKontoVm; this.Row.IDKonto = this.mKontoVm.Id; }