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