Esempio n. 1
0
 public async Task <IActionResult> GetOtherForecast(int UserId)
 {
     return(new OkObjectResult(await _forecastService.GetClosedUserMatchs(UserId)));
 }