Exemplo n.º 1
0
 public BussinessSolution.BS_MasterDataService.CategoryInfo[] GetGroupCategoryInfo(BussinessSolution.BS_MasterDataService.PagerInfo pagerInfo)
 {
     return(base.Channel.GetGroupCategoryInfo(pagerInfo));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <BussinessSolution.BS_MasterDataService.CategoryInfo[]> GetGroupCategoryInfoAsync(BussinessSolution.BS_MasterDataService.PagerInfo pagerInfo)
 {
     return(base.Channel.GetGroupCategoryInfoAsync(pagerInfo));
 }
Exemplo n.º 3
0
 public BussinessSolution.BS_MasterDataService.ProductInfo[] GetProductInfo(BussinessSolution.BS_MasterDataService.PagerInfo pagerInfo)
 {
     return(base.Channel.GetProductInfo(pagerInfo));
 }