コード例 #1
0
 public WriterController(IWriterRepo repo, IMapper mapper, IUnitOfWork uow)
 {
     this.uow    = uow;
     this.mapper = mapper;
     this.repo   = repo;
 }
コード例 #2
0
 public BookDefResCliValidator(IWriterRepo writerRepo)
 {
     this.writerRepo = writerRepo;
 }