Пример #1
0
 public static List <Recommendations_Result> getRecommendationsWithoutIntention(int tableID)
 {
     return(db.getRecommendations_WithoutIntention(tableID).ToList <Recommendations_Result>());
 }