Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WsClient.WcfServer.V1.Result> AddCreateFileTaskAsync(WsClient.WcfServer.V1.CreateFileCommandDto command)
 {
     return(base.Channel.AddCreateFileTaskAsync(command));
 }
Exemplo n.º 2
0
 public WsClient.WcfServer.V1.Result AddCreateFileTask(WsClient.WcfServer.V1.CreateFileCommandDto command)
 {
     return(base.Channel.AddCreateFileTask(command));
 }