Пример #1
0
 public UgovorStanOtkupMoratorijFormFormattedBase(Model.Data.UgovorStanOtkupMoratorij 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;
 }
 public UgovorStanOtkupMoratorijItem(Model.Data.UgovorStanOtkupMoratorij 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;
 }
 public UgovorStanOtkupMoratorijGridFormattedBase(Model.Data.UgovorStanOtkupMoratorij 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;
 }