Beispiel #1
0
 public IActionResult SaveGroup([FromBody] StudyGroup group)
 {
     _listsService.AddGroup(group);
     return(Ok(group));
 }