public PostCommentService()
 {
     this.context = new MessageBoardAppContext();
 }
예제 #2
0
 public UserService(IEncryptor encryptor)
 {
     this.encryptor = encryptor;
     this.context   = new MessageBoardAppContext();
 }
예제 #3
0
 public PostThreadService()
 {
     this.context = new MessageBoardAppContext();
 }