Exemple #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))
 {
 }
Exemple #4
0
 public UserRepository(IRepositoryPathFinder pathFinder)
     : base(pathFinder.Find(_repoName))
 {
 }