2
Answers

How to access Multiple Get Request in WebApi

Mohit Kala

Mohit Kala

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