Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> UploadFileAsync(Message.FileService.ChatFile chatFile)
 {
     return(base.Channel.UploadFileAsync(chatFile));
 }
Ejemplo n.º 2
0
 public int UploadFile(Message.FileService.ChatFile chatFile)
 {
     return(base.Channel.UploadFile(chatFile));
 }