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