コード例 #1
0
 public TestServiceWCF.PlatosServ.Plato ModificarPlato(TestServiceWCF.PlatosServ.Plato platoCrear)
 {
     return(base.Channel.ModificarPlato(platoCrear));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <TestServiceWCF.PlatosServ.Plato> ModificarPlatoAsync(TestServiceWCF.PlatosServ.Plato platoCrear)
 {
     return(base.Channel.ModificarPlatoAsync(platoCrear));
 }
コード例 #3
0
 public TestServiceWCF.PlatosServ.Plato RegistrarPlato(TestServiceWCF.PlatosServ.Plato platoCrear)
 {
     return(base.Channel.RegistrarPlato(platoCrear));
 }