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