Ejemplo n.º 1
0
 public CommentSubscribtionRepositoryFixture()
 {
     _commentSubscribtionRepository = new CommentSubscribtionRepository(database.Object);
 }
 public CommentSubscribtionRepositoryFixture()
 {
     _commentSubscribtionRepository = new CommentSubscribtionRepository(_database);
 }