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