Beispiel #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 long TMS_CoursesDeleteCheck(string CourseId, string Oid)
 {
     return(_CourseDAL.TMS_CoursesDeleteCheckDAL(CourseId, Oid));
 }