Esempio n. 1
0
 public IActionResult GetAllVendors()
 {
     return(Ok(_IVendorServices.GetListVendorServices()));
     //  return null;
 }