Exemplo n.º 1
0
 public System.Threading.Tasks.Task RegistrarHorarioAsync(UnitTestProjectTech.ServiceHorario.Horario horario)
 {
     return(base.Channel.RegistrarHorarioAsync(horario));
 }
Exemplo n.º 2
0
 public void RegistrarHorario(UnitTestProjectTech.ServiceHorario.Horario horario)
 {
     base.Channel.RegistrarHorario(horario);
 }