Beispiel #1
0
 public async Task <IActionResult> AddJob([FromBody] ScheduleInfo entity)
 {
     return(Ok(await _scheduleService.AddScheduleJobAsync(entity)));
 }