Пример #1
0
 public AuthorService( IAuthorStore authorStore )
 {
     AuthorStore = authorStore;
 }
Пример #2
0
 public AuthorRepository( IAuthorStore authorStore )
 {
     AuthorStore = authorStore;
 }
Пример #3
0
 public AuthorService(IAuthorStore authorStore)
 {
     AuthorStore = authorStore;
 }
 public AuthorRepository(IAuthorStore authorStore)
 {
     AuthorStore = authorStore;
 }