Ejemplo n.º 1
0
        public List <User> GetAllUsers()
        {
            // TODO: extract this later

            return(DataController.GetData(_filepath));
        }