Example #1
0
 public static DataTable Load()
 {
     try
     {
         return(DAL_Sach.Load());
     }
     catch (Exception Err)
     {
         throw;
     }
 }