Exemplo n.º 1
0
 // GET api/values
 public List <string> Get()
 {
     ResourcesServices.TestCall();
     return(new List <string>());
 }