Esempio n. 1
0
 public static objBB.NotificationMethodType ToModelObj(this dataBB.NotificationMethodType source)
 {
     return(new objBB.NotificationMethodType()
     {
         Name = source.Name,
         NotificationMethodTypeId = source.NotificationMethodTypeId,
     });
 }
Esempio n. 2
0
 public static dtoBB.NotificationMethodType ToDto(this dataBB.NotificationMethodType source)
 {
     return(new dtoBB.NotificationMethodType()
     {
         Name = source.Name,
         NotificationMethodTypeId = source.NotificationMethodTypeId,
     });
 }