Ejemplo n.º 1
0
 public AnnotationReplyRepository(IRepositoryPathFinder pathFinder)
     : base(pathFinder.Find(_repoName))
 {
 }
 public DocumentRepository(IRepositoryPathFinder pathFinder)
     : base(pathFinder.Find(_repoName))
 {
 }
 public AnnotationCollaboratorRepository(IRepositoryPathFinder pathFinder)
     : base(pathFinder.Find(_repoName))
 {
 }
Ejemplo n.º 4
0
 public UserRepository(IRepositoryPathFinder pathFinder)
     : base(pathFinder.Find(_repoName))
 {
 }