示例#1
0
 public static ScheduleTask ToEntity(this ScheduleTaskModel model, ScheduleTask destination)
 {
     return(model.MapTo(destination));
 }
示例#2
0
 public static ScheduleTask ToEntity(this ScheduleTaskModel model)
 {
     return(model.MapTo <ScheduleTaskModel, ScheduleTask>());
 }