Ejemplo n.º 1
0
 public static DataSet Get_Programs_To_Sync(int?Page_Index, int?Page_Size, ref int is_Fetch_Count)
 {
     return(DAL_LMS_Training.Get_Programs_To_Sync(Page_Index, Page_Size, ref is_Fetch_Count));
 }