Beispiel #1
0
 public IActionResult GetAllMajor()
 {
     return(Ok(_service.GetAllMajor()));
 }