Exemplo n.º 1
0
 // GET: api/Word
 public IEnumerable <string> Get()
 {
     return(respository.GetAnimal());
 }