示例#1
0
 public IActionResult GetWithCampuses()
 {
     return(Ok(_repo.GetAllWithCampuses()));
 }