Esempio n. 1
0
 public IzvodGridFormattedBase(Model.Data.Izvod gridformated)
 {
     this.ID_Izvod        = gridformated.ID_Izvod;
     this.ID_Zapis        = gridformated.ID_Zapis;
     this.IDIzvodVerzija  = gridformated.IDIzvodVerzija;
     this.IznosDuguje     = gridformated.IznosDuguje;
     this.IznosPotrazuje  = gridformated.IznosPotrazuje;
     this.SaldoStaro      = gridformated.SaldoStaro;
     this.SaldoNovo       = gridformated.SaldoNovo;
     this.ID_SubjektRacun = gridformated.ID_SubjektRacun;
 }
Esempio n. 2
0
 public IzvodItem(Model.Data.Izvod item)
 {
     this.ID_Izvod        = item.ID_Izvod;
     this.ID_Zapis        = item.ID_Zapis;
     this.IDIzvodVerzija  = item.IDIzvodVerzija;
     this.IznosDuguje     = item.IznosDuguje;
     this.IznosPotrazuje  = item.IznosPotrazuje;
     this.SaldoStaro      = item.SaldoStaro;
     this.SaldoNovo       = item.SaldoNovo;
     this.ID_SubjektRacun = item.ID_SubjektRacun;
 }