Beispiel #1
0
 public KupacDetaljFormFormatted(Model.Data.View.KupacDetalj formformated)
 {
     this.ID_Kupac         = formformated.ID_Kupac;
     this.Oznaka           = formformated.Oznaka;
     this.Naziv            = formformated.Naziv;
     this.JMBG             = formformated.JMBG;
     this.Ulica            = formformated.Ulica;
     this.KucniBroj        = formformated.KucniBroj;
     this.KucniBrojDodatak = formformated.KucniBrojDodatak;
     this.OIB           = formformated.OIB;
     this.Posta         = formformated.Posta;
     this.PostanskiBroj = formformated.PostanskiBroj;
     this.ID_Posta      = formformated.ID_Posta;
     this.ID_Subjekt    = formformated.ID_Subjekt;
 }
Beispiel #2
0
 public KupacDetaljGridFormattedBase(Model.Data.View.KupacDetalj gridformated)
 {
     this.ID_Kupac         = gridformated.ID_Kupac;
     this.Oznaka           = gridformated.Oznaka;
     this.Naziv            = gridformated.Naziv;
     this.JMBG             = gridformated.JMBG;
     this.Ulica            = gridformated.Ulica;
     this.KucniBroj        = gridformated.KucniBroj;
     this.KucniBrojDodatak = gridformated.KucniBrojDodatak;
     this.OIB           = gridformated.OIB;
     this.Posta         = gridformated.Posta;
     this.PostanskiBroj = gridformated.PostanskiBroj;
     this.ID_Posta      = gridformated.ID_Posta;
     this.ID_Subjekt    = gridformated.ID_Subjekt;
 }
 public KupacDetaljItem(Model.Data.View.KupacDetalj item)
 {
     this.ID_Kupac         = item.ID_Kupac;
     this.Oznaka           = item.Oznaka;
     this.Naziv            = item.Naziv;
     this.JMBG             = item.JMBG;
     this.Ulica            = item.Ulica;
     this.KucniBroj        = item.KucniBroj;
     this.KucniBrojDodatak = item.KucniBrojDodatak;
     this.OIB           = item.OIB;
     this.Posta         = item.Posta;
     this.PostanskiBroj = item.PostanskiBroj;
     this.ID_Posta      = item.ID_Posta;
     this.ID_Subjekt    = item.ID_Subjekt;
 }