コード例 #1
0
 public HomeController()
 {
     PostUIService     = new PostUIService();
     CategoryUIService = new CategoryUIService();
     AdminUIService    = new AdminUIService();
     UserUIService     = new UserUIService();
     ContactUIService  = new ContactUIService();
     FileUIService     = new FileUIService();
 }
コード例 #2
0
 public PostController()
 {
     PostUIService     = new PostUIService();
     AdminUIService    = new AdminUIService();
     CategoryUIService = new CategoryUIService();
 }
コード例 #3
0
 public CategoryController()
 {
     CategoryUIService = new CategoryUIService();
 }
コード例 #4
0
 public DrpServices()
 {
     CategoryUIService = new CategoryUIService();
 }
コード例 #5
0
 public PartialsController()
 {
     CategoryUIService = new CategoryUIService();
     PostUIService     = new PostUIService();
 }