Example #1
0
 public UserController()
 {
     userService     = new UserServiceImpl();
     userwishService = new UserWishServiceImpl();
     languageService = new LanguageServiceImpl();
 }
 public AuthenticationController()
 {
     userService     = new UserServiceImpl();
     userwishService = new UserWishServiceImpl();
 }