コード例 #1
0
ファイル: Reference.cs プロジェクト: nomad898/TerrariumGame
 public System.Threading.Tasks.Task CreateAsync(AutofacTraining.WcfConversationService.ConversationDataContract conversation)
 {
     return(base.Channel.CreateAsync(conversation));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: nomad898/TerrariumGame
 public void Create(AutofacTraining.WcfConversationService.ConversationDataContract conversation)
 {
     base.Channel.Create(conversation);
 }