Exemplo n.º 1
0
 // GET: api/Characters1
 public IQueryable <Character> GetCharacters()
 {
     return(chars.GetCharacters());
 }