Mohit Kala Jain

Mohit Kala Jain

  • 560
  • 1.9k
  • 123.3k

How to access Multiple Get Request in WebApi

Feb 6 2018 2:06 AM
[HttpGet] 
public HttpResponseMessage GetNameByID(Guid tournaID)
{
 
 [HttpGet]
public HttpResponseMessage GetCityByID(Guid cityID)
{
 
}
 

Answers (2)