Esempio n. 1
0
        public async Task <IActionResult> CreateOrUpdate([FromBody] LectureModel model)
        {
            // Generated by UModel. This code will be overwritten when you re-run code generation.
            var result = await LectureService.CreateOrUpdate(model);

            return(Ok(result));
        }