public int updatemProductSubCategory(BrilliantWMS.ProductSubCategoryService.mProductSubCategory updateprdSubCategory, string[] conn)
 {
     return(base.Channel.updatemProductSubCategory(updateprdSubCategory, conn));
 }
 public int InsertmProductSubCategory(BrilliantWMS.ProductSubCategoryService.mProductSubCategory prdSubCategory, string[] conn)
 {
     return(base.Channel.InsertmProductSubCategory(prdSubCategory, conn));
 }