示例#1
0
 public System.Threading.Tasks.Task <int> agregarEditarMedicamentoAsync(WebApplication1.ServiceMedicamentoDos.MedicamentoCLS inputMedicamentoCLS)
 {
     return(base.Channel.agregarEditarMedicamentoAsync(inputMedicamentoCLS));
 }
示例#2
0
 public int agregarEditarMedicamento(WebApplication1.ServiceMedicamentoDos.MedicamentoCLS inputMedicamentoCLS)
 {
     return(base.Channel.agregarEditarMedicamento(inputMedicamentoCLS));
 }