Beispiel #1
0
 public async Task <bool> SaveAsync(ScheduleDto data)
 {
     return(await scheduleService.AddOrUpdateAsync(data));
 }