示例#1
0
 public async Task <bool> PutSchedule(Schedule schedule)
 {
     return(await venuesService.PutSchedule(schedule));
 }