public static CrmGorusme ToEntity(this CrmGorusmeModel model, CrmGorusme destination) { return(model.MapTo(destination)); }
public static CrmGorusme ToEntity(this CrmGorusmeModel model) { return(model.MapTo <CrmGorusmeModel, CrmGorusme>()); }