Ejemplo n.º 1
0
 public UgovorStanOtkupKupacGridFormatted(Model.Data.View.UgovorStanOtkupKupac gridformated)
 {
     this.ID_Kupac                = gridformated.ID_Kupac;
     this.Naziv                   = gridformated.Naziv;
     this.ID_UgovorStanOtkup      = gridformated.ID_UgovorStanOtkup;
     this.BrojUgovor              = gridformated.BrojUgovor;
     this.ID_UgovorStanOtkupKupac = gridformated.ID_UgovorStanOtkupKupac;
     this.JMBG     = gridformated.JMBG;
     this.OIB      = gridformated.OIB;
     this.Nositelj = gridformated.Nositelj;
 }
Ejemplo n.º 2
0
 public UgovorStanOtkupKupacGridFormattedBase(Model.Data.View.UgovorStanOtkupKupac gridformated)
 {
     this.ID_Kupac                = gridformated.ID_Kupac;
     this.Naziv                   = gridformated.Naziv;
     this.ID_UgovorStanOtkup      = gridformated.ID_UgovorStanOtkup;
     this.BrojUgovor              = gridformated.BrojUgovor;
     this.ID_UgovorStanOtkupKupac = gridformated.ID_UgovorStanOtkupKupac;
     this.JMBG             = gridformated.JMBG;
     this.OIB              = gridformated.OIB;
     this.Nositelj         = gridformated.Nositelj;
     this.Ulica            = gridformated.Ulica;
     this.KucniBroj        = gridformated.KucniBroj;
     this.KucniBrojDodatak = gridformated.KucniBrojDodatak;
     this.PostanskiBroj    = gridformated.PostanskiBroj;
 }
 public UgovorStanOtkupKupacItem(Model.Data.View.UgovorStanOtkupKupac item)
 {
     this.ID_Kupac                = item.ID_Kupac;
     this.Naziv                   = item.Naziv;
     this.ID_UgovorStanOtkup      = item.ID_UgovorStanOtkup;
     this.BrojUgovor              = item.BrojUgovor;
     this.ID_UgovorStanOtkupKupac = item.ID_UgovorStanOtkupKupac;
     this.JMBG             = item.JMBG;
     this.OIB              = item.OIB;
     this.Nositelj         = item.Nositelj;
     this.Ulica            = item.Ulica;
     this.KucniBroj        = item.KucniBroj;
     this.KucniBrojDodatak = item.KucniBrojDodatak;
     this.PostanskiBroj    = item.PostanskiBroj;
 }