Exemplo n.º 1
0
 /// <summary>
 /// Courses the category code by course identifier bal.
 /// </summary>
 /// <param name="id">The identifier.</param>
 /// <returns>System.String.</returns>
 public string CourseCategoryCodeByCourseIdBAL(long id)
 {
     return(_CourseDAL.CourseCategoryCodeByCourseIdDAL(id));
 }