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