Ejemplo n.º 1
0
 public Result DeleteOQCBatchInfoData(System.Collections.Generic.List <WCMS_ENTITY.tblPackagingBatch> oQcBatchInfoList)
 {
     try
     {
         return(productionManager.DeleteOQCBatchInfoData(oQcBatchInfoList));
     }
     catch (Exception ex)
     {
         //if (log.IsErrorEnabled)
         //    log.Error("Insert Sales Order : " + ex.Message);
         return(new Result {
             IsSuccess = false, Message = ex.Message
         });
     }
 }