public KalendarGodinaDanItem(Model.Data.KalendarGodinaDan item) { this.GodinaDan = item.GodinaDan; this.Oznaka = item.Oznaka; }
public KalendarGodinaDanFormFormattedBase(Model.Data.KalendarGodinaDan formformated) { this.GodinaDan = formformated.GodinaDan; this.Oznaka = formformated.Oznaka; }
public KalendarGodinaDanGridFormattedBase(Model.Data.KalendarGodinaDan gridformated) { this.GodinaDan = gridformated.GodinaDan; this.Oznaka = gridformated.Oznaka; }