Exemplo n.º 1
0
 public UserService()
 {
     this.context = new FinalDbContext();
 }
Exemplo n.º 2
0
        //************************************************************************************************************************
        public UserService(IEncryptor encryptor)
        {
            this.encryptor = encryptor;

            this.context = new FinalDbContext();
        }
Exemplo n.º 3
0
 //*****************************************************************************************************************
 public PostServices()
 {
     this.context = new FinalDbContext();
 }