Пример #1
0
 public IActionResult Get(int id)
 {
     return(Ok(majorService.GetById(id)));
 }