Example #1
0
 public IActionResult GetOneDepartment(int id)
 {
     return(new OkObjectResult(departmentRepository.FindByID(id)));
 }