예제 #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();
 }