Ejemplo n.º 1
0
 public async Task <object> List([FromUri] int stateId)
 {
     return(Ok(await _cityService.ByStateId(stateId)));
 }