public HomeController() { PostUIService = new PostUIService(); CategoryUIService = new CategoryUIService(); AdminUIService = new AdminUIService(); UserUIService = new UserUIService(); ContactUIService = new ContactUIService(); FileUIService = new FileUIService(); }
public PostController() { PostUIService = new PostUIService(); AdminUIService = new AdminUIService(); CategoryUIService = new CategoryUIService(); }