Exemple #1
0
 public DepartmentDto GetDepartment(int id)
 {
     return(_DepartmentService.Find(id));
 }