Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel[]> searchDescriptionCategoryAsync(ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel categoria)
 {
     return(base.Channel.searchDescriptionCategoryAsync(categoria));
 }
Exemplo n.º 2
0
 public ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel[] searchDescriptionCategory(ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel categoria)
 {
     return(base.Channel.searchDescriptionCategory(categoria));
 }
Exemplo n.º 3
0
 public int deleteCategory(ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel categoria)
 {
     return(base.Channel.deleteCategory(categoria));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <int> deleteCategoryAsync(ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel categoria)
 {
     return(base.Channel.deleteCategoryAsync(categoria));
 }
Exemplo n.º 5
0
 public ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel selectCategory(ASP_CONSUME_SERVICE.WFC_NORTHWND.categoriaModel categoria)
 {
     return(base.Channel.selectCategory(categoria));
 }