示例#1
0
        public IList <UserBasicDTO> GetAllFollowers(Guid loggedinuserid)
        {
            IList <UserBasicDTO> gdto = UserDBContext.GetAllFollowers(loggedinuserid);

            return(gdto);
        }