Ejemplo n.º 1
0
 public Task <IActionResult> Update([FromBody] WordSetView wordSetView)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Task <ActionResult <WordSetView> > Create([FromBody] WordSetView wordSetView)
 {
     throw new NotImplementedException();
 }