Esempio n. 1
0
        public List <Intrests> Get()
        {
            Intrests intrest = new Intrests();

            return(intrest.GetAllIntrests());
        }
Esempio n. 2
0
        public List <Intrests> Get(string mainI)
        {
            Intrests intrest = new Intrests();

            return(intrest.GetAllSubIntrests(mainI));
        }