コード例 #1
0
        public bool InActiveProduct(int branchId, List <ViewStockProduct> stockBarcodList)
        {
            int rowAffected = _iReportGateway.InActiveProduct(branchId, stockBarcodList);

            return(rowAffected > 0);
        }