Example #1
0
 public IActionResult GetWithCampus()
 {
     return(Ok(_repo.GetAllWithCampus()));
 }