コード例 #1
0
 public ProdutoHandler(IProdutoCaching produtoCaching, IMapper mapper)
 {
     this.produtoCaching = produtoCaching;
     this.mapper         = mapper;
 }
コード例 #2
0
 public ProdutoApplicationService(IMediator mediator, IProdutoCaching produtoCaching)
 {
     this.mediator       = mediator;
     this.produtoCaching = produtoCaching;
 }