Beispiel #1
0
 public List <Exit_Load> GetMasterExitLoad(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetMasterExitLoad(SearchText));
     }
     catch (Exception)
     {
         throw; //
     }
 }