Exemple #1
0
 /// <summary>
 /// Gets the SP files.
 /// </summary>
 /// <param name="strContext">The STR context.</param>
 /// <param name="strLibraryName">Name of the STR library.</param>
 /// <param name="intBookId">The int book id.</param>
 /// <returns>DataTable</returns>
 public DataTable GetSPFiles(string context, string libraryName,int bookId)
 {
     objCommonDAL = new CommonDAL();
       return objCommonDAL.ReadLibrary(context, libraryName, bookId);
 }