public static Notification_Order ToNotification_Order(this Notification_Order entity, Notification_Order destination) { return(entity.MapTo(destination)); }
public static Notification_OrderItem ToItem(this Notification_Order entity) { return(entity.MapTo <Notification_Order, Notification_OrderItem>()); }