Esempio n. 1
0
 public string CopyOfExitLoad()
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.CopyOfExitLoad());
     }
     catch (Exception ex)
     {
         return(ex.Message);
     }
 }