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