示例#1
0
        public List <Following> CheckFollowing(int Companyid, int userid)
        {
            UserFunctions userFunctions = new UserFunctions();

            return(userFunctions.CheckFollowing(Companyid, userid));
        }