Ejemplo n.º 1
0
        public List <usp_mobile_Get_Cite_That_Line_Pass_By_Id_Result> Recommend(int relationId)
        {
            Recommender recommend = new Recommender();

            return(recommend.GetSimilarRelations(relationId));
        }