예제 #1
0
 public UserController()
 {
     userService = new UserService();
     imageService = new ImageService();
 }
예제 #2
0
 public CultureAttribute()
 {
     userService = new UserService();
 }
예제 #3
0
 public ThemeController()
 {
     userService = new UserService();
 }