Пример #1
0
 public IHttpActionResult GetRecommendationsOfProf([FromUri] int id)
 {
     return(Ok(RecommendationService.GetRecommendationsOfProf(id)));
 }