예제 #1
0
 public SubjektEmailGridFormattedBase(Model.Data.SubjektEmail gridformated)
 {
     this.ID_SubjektEmail = gridformated.ID_SubjektEmail;
     this.ID_Subjekt      = gridformated.ID_Subjekt;
     this.URL             = gridformated.URL;
     this.Opis            = gridformated.Opis;
 }
예제 #2
0
 public SubjektEmailItem(Model.Data.SubjektEmail item)
 {
     this.ID_SubjektEmail = item.ID_SubjektEmail;
     this.ID_Subjekt      = item.ID_Subjekt;
     this.URL             = item.URL;
     this.Opis            = item.Opis;
 }
예제 #3
0
 public SubjektEmailFormFormattedBase(Model.Data.SubjektEmail formformated)
 {
     this.ID_SubjektEmail = formformated.ID_SubjektEmail;
     this.ID_Subjekt      = formformated.ID_Subjekt;
     this.URL             = formformated.URL;
     this.Opis            = formformated.Opis;
 }