Пример #1
0
 public string GetDepartmentById(int Id)
 {
     return(aEnrollCourseGateway.GetDepartmentById(Id));
 }