Example #1
0
 public System.Threading.Tasks.Task SaveChatAsync(int profileId, WCFSelf_Host.ChatProxy.Chat chat)
 {
     return(base.Channel.SaveChatAsync(profileId, chat));
 }
Example #2
0
 public void SaveChat(int profileId, WCFSelf_Host.ChatProxy.Chat chat)
 {
     base.Channel.SaveChat(profileId, chat);
 }