コード例 #1
0
 public bool DeleteExitLoad(Int64 ExitLoadID)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteExitLoad(ExitLoadID));
     }
     catch (Exception)
     {
         throw;
     }
 }