Exemple #1
0
 /// <summary>
 /// TMSs the courses get all bal.
 /// </summary>
 /// <param name="StartRowIndex">Start index of the row.</param>
 /// <param name="PageSize">Size of the page.</param>
 /// <param name="Total">The total.</param>
 /// <param name="SortExpression">The sort expression.</param>
 /// <param name="SearchText">The search text.</param>
 /// <returns>List&lt;Course&gt;.</returns>
 public List <Course> TMS_CoursesByOrganization_GetAllBAL(int page, int StartRowIndex, int PageSize, ref int Total, string SortExpression, string SearchText, string Oid, long PersonID)
 {
     return(_CourseDAL.TMS_CoursesByOrganization_GetAllDAL(page, StartRowIndex, PageSize, ref Total, SortExpression, SearchText, Oid, PersonID));
 }