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