示例#1
0
 public IActionResult GetWithVendors(int id)
 {
     return(Ok(_repo.GetAddressWithVendor(id)));
 }