Beispiel #1
0
 partial void DeletePublishType(PublishType instance);
Beispiel #2
0
 partial void InsertPublishType(PublishType instance);
Beispiel #3
0
 partial void UpdatePublishType(PublishType instance);
Beispiel #4
0
 private SB.PublishType Convert(PublishType pubType)
 {
     SB.PublishType p = new ShareMan.SB.PublishType
     {
         ID = pubType.ID,
         Category = pubType.Category,
         Name = pubType.Name
     };
     return p;
 }