Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WCF_Example.ServiceReference1.OutputMatrixes> SumMatrixesAsync(WCF_Example.ServiceReference1.InputMatrixes inputMatrixes)
 {
     return(base.Channel.SumMatrixesAsync(inputMatrixes));
 }
Ejemplo n.º 2
0
 public WCF_Example.ServiceReference1.OutputMatrixes SumMatrixes(WCF_Example.ServiceReference1.InputMatrixes inputMatrixes)
 {
     return(base.Channel.SumMatrixes(inputMatrixes));
 }