public void deleteTag(int tagId) { UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter(); userProfilerPresenter.deleteTag(tagId); }
public DataTable showTags(int feederId) { UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter(); return(userProfilerPresenter.showTags(feederId)); }
public int AskTime() { UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter(); return(userProfilerPresenter.AskTime()); }
public DataTable updateFeederList(int userId) { UserProfilerPresenter userProfilerPresenter = new UserProfilerPresenter(); return(userProfilerPresenter.updateFeederList(userId)); }