Exemple #1
0
        public List <Skateboard> GetUserSkateboards()
        {
            ProfileController profileController = new ProfileController(_dbService);

            return(_dbService.GetUserSkateboards(profileController.GetCurrentUser().UserId));
        }