示例#1
0
 public CreateAuthorStrategy(
     IMapper mapper,
     IAuthorRepository authorRepository,
     ICreateAuthorLinksStrategy createLinksStrategy)
 {
     this.mapper              = mapper;
     this.authorRepository    = authorRepository;
     this.createLinksStrategy = createLinksStrategy;
 }