Ejemplo n.º 1
0
 public UgovorStanOtkupMoratorijMjesecFormFormattedBase(Model.Data.View.UgovorStanOtkupMoratorijMjesec formformated)
 {
     this.ID_UgovorStanOtkupMoratorijMjesec = formformated.ID_UgovorStanOtkupMoratorijMjesec;
     this.ID_UgovorStanOtkupMoratorij       = formformated.ID_UgovorStanOtkupMoratorij;
     this.Godina        = formformated.Godina;
     this.Mjesec        = formformated.Mjesec;
     this.BrojUgovor    = formformated.BrojUgovor;
     this.BrojMoratorij = formformated.BrojMoratorij;
     this.DatumInsert   = formformated.DatumInsert;
     this.OsobaInsert   = formformated.OsobaInsert;
     this.DatumUpdate   = formformated.DatumUpdate;
     this.OsobaUpdate   = formformated.OsobaUpdate;
 }
 public UgovorStanOtkupMoratorijMjesecItem(Model.Data.View.UgovorStanOtkupMoratorijMjesec item)
 {
     this.ID_UgovorStanOtkupMoratorijMjesec = item.ID_UgovorStanOtkupMoratorijMjesec;
     this.ID_UgovorStanOtkupMoratorij       = item.ID_UgovorStanOtkupMoratorij;
     this.Godina        = item.Godina;
     this.Mjesec        = item.Mjesec;
     this.BrojUgovor    = item.BrojUgovor;
     this.BrojMoratorij = item.BrojMoratorij;
     this.DatumInsert   = item.DatumInsert;
     this.OsobaInsert   = item.OsobaInsert;
     this.DatumUpdate   = item.DatumUpdate;
     this.OsobaUpdate   = item.OsobaUpdate;
 }
Ejemplo n.º 3
0
 public UgovorStanOtkupMoratorijMjesecGridFormatted(Model.Data.View.UgovorStanOtkupMoratorijMjesec gridformated)
 {
     this.ID_UgovorStanOtkupMoratorijMjesec = gridformated.ID_UgovorStanOtkupMoratorijMjesec;
     //this.ID_UgovorStanOtkupMoratorij = gridformated.ID_UgovorStanOtkupMoratorij;
     this.Godina = gridformated.Godina;
     this.Mjesec = gridformated.Mjesec;
     //this.BrojUgovor = gridformated.BrojUgovor;
     //this.BrojMoratorij = gridformated.BrojMoratorij;
     //this.DatumInsert = gridformated.DatumInsert;
     //this.OsobaInsert = gridformated.OsobaInsert;
     //this.DatumUpdate = gridformated.DatumUpdate;
     //this.OsobaUpdate = gridformated.OsobaUpdate;
 }