Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> TestAsync(BMSC.Services.Simuladores.Contracts.TestPeticion peticion)
 {
     return(base.Channel.TestAsync(peticion));
 }
Ejemplo n.º 2
0
 public string Test(BMSC.Services.Simuladores.Contracts.TestPeticion peticion)
 {
     return(base.Channel.Test(peticion));
 }