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