Пример #1
0
 public UserController()
 {
     userService = new UserService();
     roleService = new SiteRoleService();
     msgService = new MessageService();
     logService = new SiteLogService();
     confirmEmail = new ConfirmEmail();
     errorPicService = new UserErrorPicService();
 }
Пример #2
0
 public AvatarController()
 {
     userService = new UserService();
     errorPicService = new UserErrorPicService();
 }