Ejemplo n.º 1
0
 public KalendarGodinaTjedanItem(Model.Data.KalendarGodinaTjedan item)
 {
     this.GodinaTjedan = item.GodinaTjedan;
     this.Oznaka       = item.Oznaka;
     this.Naziv        = item.Naziv;
 }
Ejemplo n.º 2
0
 public KalendarGodinaTjedanFormFormattedBase(Model.Data.KalendarGodinaTjedan formformated)
 {
     this.GodinaTjedan = formformated.GodinaTjedan;
     this.Oznaka       = formformated.Oznaka;
     this.Naziv        = formformated.Naziv;
 }
Ejemplo n.º 3
0
 public KalendarGodinaTjedanGridFormattedBase(Model.Data.KalendarGodinaTjedan gridformated)
 {
     this.GodinaTjedan = gridformated.GodinaTjedan;
     this.Oznaka       = gridformated.Oznaka;
     this.Naziv        = gridformated.Naziv;
 }