Mohit Kala

Mohit Kala

  • 563
  • 2.1k
  • 137.4k

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)