示例#1
0
 internal BudgetVm(KontoVm aKontoVm, BudgetRow aRow)
 {
     this.Row      = aRow;
     this.mKontoVm = aKontoVm;
 }
示例#2
0
 internal BudgetVm(KontoVm aKontoVm)
 {
     this.Row         = BudgetRow.InitEmpty();
     this.mKontoVm    = aKontoVm;
     this.Row.IDKonto = this.mKontoVm.Id;
 }