Пример #1
0
 public DepartmentType GetDepartmentByType(int?id)
 {
     return(_logicSystem.GetDeparmentByType(id));
 }