Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> GetDivideAsync(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetDivideAsync(operands));
 }
Ejemplo n.º 2
0
 public int GetMultiplicaiton(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetMultiplicaiton(operands));
 }
Ejemplo n.º 3
0
 public int GetDivide(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetDivide(operands));
 }
Ejemplo n.º 4
0
 public int GetSubtraction(WPF_App.WCFArithmaticService.Operand operands)
 {
     return(base.Channel.GetSubtraction(operands));
 }