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