public AuthorService( IAuthorStore authorStore ) { AuthorStore = authorStore; }
public AuthorRepository( IAuthorStore authorStore ) { AuthorStore = authorStore; }
public AuthorService(IAuthorStore authorStore) { AuthorStore = authorStore; }
public AuthorRepository(IAuthorStore authorStore) { AuthorStore = authorStore; }