예제 #1
0
        public List <Profiles> GetAllProfiles()
        {
            ProfileDAO DAO = new ProfileDAO();

            return(DAO.SelectAll());
        }