public UgovorStanOtkupMoratorijDetaljItem(Model.Data.View.UgovorStanOtkupMoratorijDetalj item)
 {
     this.ID_UgovorStanOtkupMoratorij = item.ID_UgovorStanOtkupMoratorij;
     this.ID_UgovorStanOtkup          = item.ID_UgovorStanOtkup;
     this.Datum         = item.Datum;
     this.BrojMoratorij = item.BrojMoratorij;
     this.BrojUgovor    = item.BrojUgovor;
     this.DatumInsert   = item.DatumInsert;
     this.OsobaInsert   = item.OsobaInsert;
     this.DatumUpdate   = item.DatumUpdate;
     this.OsobaUpdate   = item.OsobaUpdate;
 }
Ejemplo n.º 2
0
 public UgovorStanOtkupMoratorijDetaljFormFormatted(Model.Data.View.UgovorStanOtkupMoratorijDetalj formformated)
 {
     this.ID_UgovorStanOtkupMoratorij = formformated.ID_UgovorStanOtkupMoratorij;
     this.ID_UgovorStanOtkup          = formformated.ID_UgovorStanOtkup;
     this.Datum         = formformated.Datum;
     this.BrojMoratorij = formformated.BrojMoratorij;
     this.BrojUgovor    = formformated.BrojUgovor;
     this.DatumInsert   = formformated.DatumInsert;
     this.OsobaInsert   = formformated.OsobaInsert;
     this.DatumUpdate   = formformated.DatumUpdate;
     this.OsobaUpdate   = formformated.OsobaUpdate;
 }
Ejemplo n.º 3
0
 public UgovorStanOtkupMoratorijDetaljGridFormattedBase(Model.Data.View.UgovorStanOtkupMoratorijDetalj gridformated)
 {
     this.ID_UgovorStanOtkupMoratorij = gridformated.ID_UgovorStanOtkupMoratorij;
     this.ID_UgovorStanOtkup          = gridformated.ID_UgovorStanOtkup;
     this.Datum         = gridformated.Datum;
     this.BrojMoratorij = gridformated.BrojMoratorij;
     this.BrojUgovor    = gridformated.BrojUgovor;
     this.DatumInsert   = gridformated.DatumInsert;
     this.OsobaInsert   = gridformated.OsobaInsert;
     this.DatumUpdate   = gridformated.DatumUpdate;
     this.OsobaUpdate   = gridformated.OsobaUpdate;
 }