Exemplo n.º 1
0
        public void deleteTag(int tagId)
        {
            UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter();

            userProfilerPresenter.deleteTag(tagId);
        }
Exemplo n.º 2
0
        public DataTable showTags(int feederId)
        {
            UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter();

            return(userProfilerPresenter.showTags(feederId));
        }
Exemplo n.º 3
0
        public int AskTime()
        {
            UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter();

            return(userProfilerPresenter.AskTime());
        }
Exemplo n.º 4
0
        public DataTable updateFeederList(int userId)
        {
            UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter();

            return(userProfilerPresenter.updateFeederList(userId));
        }