2
Answers

How to access Multiple Get Request in WebApi

Photo of Mohit Kala

Mohit Kala

7y
615
1
[HttpGet] 
public HttpResponseMessage GetNameByID(Guid tournaID)
{
 
 [HttpGet]
public HttpResponseMessage GetCityByID(Guid cityID)
{
 
}
 

Answers (2)