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