public System.Threading.Tasks.Task <bool> InsertOrUpdateProductInfoAsync(BussinessSolution.BS_MasterDataService.ProductInfo productInfo)
 {
     return(base.Channel.InsertOrUpdateProductInfoAsync(productInfo));
 }
 public bool InsertOrUpdateProductInfo(BussinessSolution.BS_MasterDataService.ProductInfo productInfo)
 {
     return(base.Channel.InsertOrUpdateProductInfo(productInfo));
 }