Пример #1
0
 public AccCharInfoController(IAccountCharacterInfoService info, ICommandDispatcher commandDispatcher)
     : base(commandDispatcher)
 {
     _commandDispatcher = commandDispatcher;
     _info = info;
 }
Пример #2
0
 public DataInitializer(IAccountService accountService, ICharacterService characterService, IAccountCharacterInfoService infoService)   //dodac settingsy z adminem.
 {
     _accountService   = accountService;
     _characterService = characterService;
     _infoService      = infoService;
 }