Mohit Kala

Mohit Kala

  • 557
  • 2.1k
  • 139.2k

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)