示例#1
0
 public AuthorService( IAuthorStore authorStore )
 {
     AuthorStore = authorStore;
 }
 public AuthorRepository( IAuthorStore authorStore )
 {
     AuthorStore = authorStore;
 }
示例#3
0
 public AuthorService(IAuthorStore authorStore)
 {
     AuthorStore = authorStore;
 }
 public AuthorRepository(IAuthorStore authorStore)
 {
     AuthorStore = authorStore;
 }