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