/// <summary> /// Process QC report into main table /// </summary> public void InsertQCReport() { var _bulkInsertContext = new DeluxeOrderManagementEntities(); _bulkInsertContext.usp_Insert_QCReport(); }