Пример #1
0
 public ActionResult <ProveedorDTO> PostProveedor(ProveedorDTO proveedor)
 {
     return(Ok(_repository.Create(proveedor)));
 }