Пример #1
0
 public UserService()
 {
     this.context = new FinalDbContext();
 }
Пример #2
0
        //************************************************************************************************************************
        public UserService(IEncryptor encryptor)
        {
            this.encryptor = encryptor;

            this.context = new FinalDbContext();
        }
Пример #3
0
 //*****************************************************************************************************************
 public PostServices()
 {
     this.context = new FinalDbContext();
 }