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