public ActionResult <ProveedorDTO> PostProveedor(ProveedorDTO proveedor) { return(Ok(_repository.Create(proveedor))); }