Inheritance: System.Web.Services.WebService
Exemplo n.º 1
0
 public void apagar_paciente_satelite_sem_a_tabela_retornar_execao()
 {
     WSETLUnidades unidades = new WSETLUnidades();
     unidades.ApagarPacientesSatelite("producao");
 }
Exemplo n.º 2
0
 public void retornar_unidades__sem_a_tabela_retornar_execao()
 {
     WSETLUnidades unidades = new WSETLUnidades();
     unidades.RetornarUnidades();
 }
Exemplo n.º 3
0
 public void apagar_atendimento_satelite_sem_tabela_deve_retornar_execao()
 {
     WSETLUnidades unidades = new WSETLUnidades();
     unidades.ApagarAtendimentosSatelite("producao");
 }