Exemplo n.º 1
0
 public IActionResult GetWithVendors(int id)
 {
     return(Ok(_repo.GetAddressWithVendor(id)));
 }