コード例 #1
0
 public ActionResult <IEnumerable <Spell> > GetAll()
 {
     return(Ok(_spells.GetAll()));
 }