Пример #1
0
 public ActionResult <IEnumerable <ProveedorDTO> > GetProveedores()
 {
     return(Ok(_repository.GetAll()));
 }