public static ScheduleTask ToEntity(this ScheduleTaskModel model, ScheduleTask destination) { return(model.MapTo(destination)); }
public static ScheduleTask ToEntity(this ScheduleTaskModel model) { return(model.MapTo <ScheduleTaskModel, ScheduleTask>()); }