public DatotekaIzvod2012AFormFormattedBase(Model.Data.DatotekaIzvod2012A formformated)
 {
     this.ID_DatotekaIzvod2012A = formformated.ID_DatotekaIzvod2012A;
     this.ID_DatotekaIzvod      = formformated.ID_DatotekaIzvod;
     this.VBDI  = formformated.VBDI;
     this.Naziv = formformated.Naziv;
     this.OIB   = formformated.OIB;
     this.Vrsta = formformated.Vrsta;
     this.Datum = formformated.Datum;
 }
예제 #2
0
 public DatotekaIzvod2012AGridFormattedBase(Model.Data.DatotekaIzvod2012A gridformated)
 {
     this.ID_DatotekaIzvod2012A = gridformated.ID_DatotekaIzvod2012A;
     this.ID_DatotekaIzvod      = gridformated.ID_DatotekaIzvod;
     this.VBDI  = gridformated.VBDI;
     this.Naziv = gridformated.Naziv;
     this.OIB   = gridformated.OIB;
     this.Vrsta = gridformated.Vrsta;
     this.Datum = gridformated.Datum;
 }
 public DatotekaIzvod2012AItem(Model.Data.DatotekaIzvod2012A item)
 {
     this.ID_DatotekaIzvod2012A = item.ID_DatotekaIzvod2012A;
     this.ID_DatotekaIzvod      = item.ID_DatotekaIzvod;
     this.VBDI  = item.VBDI;
     this.Naziv = item.Naziv;
     this.OIB   = item.OIB;
     this.Vrsta = item.Vrsta;
     this.Datum = item.Datum;
 }