コード例 #1
0
ファイル: Reference.cs プロジェクト: sebaml/exo_recap_dotnet
 public System.Threading.Tasks.Task <bool> AddCategoryAsync(Contoso.CategoryServiceRef.CategoryDetail cd)
 {
     return(base.Channel.AddCategoryAsync(cd));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: sebaml/exo_recap_dotnet
 public bool AddCategory(Contoso.CategoryServiceRef.CategoryDetail cd)
 {
     return(base.Channel.AddCategory(cd));
 }