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; }
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; }
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; }