Ejemplo n.º 1
0
 public IActionResult GetWithCampuses(int id)
 {
     return(Ok(_repo.GetAddressWithCampuses(id)));
 }