Example #1
0
 public void Init(string token)
 {
     this.cache     = ConfigContainer.Container().GetInstance <ICache>();
     this.repPessoa = ConfigContainer.Container().GetInstance <IRepository <Pessoa> >();
     this.Pessoa    = new Pessoa(this.repPessoa, cache);
     this.Pessoa.SetToken(token);
 }