public async Task <IActionResult> AddGenSchedules(GenSchCreate model) { await _repository.AddGeneralSchedule(model); return(NoContent()); }