Ejemplo n.º 1
0
 public Reminder(UserAccounts accounts, SecureRandom secureRandom, OctoNamePull octoNamePull, HelperFunctions helperFunctions, LoginFromConsole log, Global global)
 {
     _accounts        = accounts;
     _secureRandom    = secureRandom;
     _octoNamePull    = octoNamePull;
     _helperFunctions = helperFunctions;
     _log             = log;
     _global          = global;
 }
Ejemplo n.º 2
0
        public General(ILocalization lang, UserAccounts accounts, SecureRandom secureRandom, OctoPicPull octoPicPull, OctoNamePull octoNmaNamePull, HelperFunctions helperFunctions, AudioService service, CommandsInMemory commandsInMemory, Global global)
        {
            _lang     = lang;
            _accounts = accounts;

            _secureRandom     = secureRandom;
            _octoPicPull      = octoPicPull;
            _octoNmaNamePull  = octoNmaNamePull;
            _helperFunctions  = helperFunctions;
            _service          = service;
            _commandsInMemory = commandsInMemory;
            _global           = global;
        }