コード例 #1
0
 public static CrmGorusme ToEntity(this CrmGorusmeModel model, CrmGorusme destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static CrmGorusme ToEntity(this CrmGorusmeModel model)
 {
     return(model.MapTo <CrmGorusmeModel, CrmGorusme>());
 }