Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> MoveAppointmentAsync(TPDailyRecapLight.AMService.AppointmentItem appointment)
 {
     return(base.Channel.MoveAppointmentAsync(appointment));
 }
Exemplo n.º 2
0
 public string MoveAppointment(TPDailyRecapLight.AMService.AppointmentItem appointment)
 {
     return(base.Channel.MoveAppointment(appointment));
 }