コード例 #1
0
 public static Notification_Order ToNotification_Order(this Notification_Order entity, Notification_Order destination)
 {
     return(entity.MapTo(destination));
 }
コード例 #2
0
 public static Notification_OrderItem ToItem(this Notification_Order entity)
 {
     return(entity.MapTo <Notification_Order, Notification_OrderItem>());
 }