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