Пример #1
0
 public IActionResult GetWithVendors()
 {
     return(Ok(_repo.GetAllWithVendor()));
 }