Ejemplo n.º 1
0
        public AutchUserService(IConfiguracao configuracao)
        {
            this.configuracao = configuracao;
            var arquivo = this.configuracao.LerArquivo("../Auth/settings.json");

            this.auth = JsonConvert.DeserializeObject <MyAuth>(arquivo);
        }
Ejemplo n.º 2
0
 public AccountController(MyAuth myAuth)
 {
     this.myAuth = myAuth;
 }