Exemple #1
0
 public System.Threading.Tasks.Task sendFileAsync(Filehosting.Filehost.DTO file)
 {
     return(base.Channel.sendFileAsync(file));
 }
Exemple #2
0
 public void sendFile(Filehosting.Filehost.DTO file)
 {
     base.Channel.sendFile(file);
 }