示例#1
0
 public ProdutoController(IProdutoAppService produtoAppService,
                          ICategoriaProdutoAppService categoriaProdutoAppService,
                          IMarcaProdutoAppService marcaProdutoAppService)
 {
     _produtoAppService          = produtoAppService;
     _categoriaProdutoAppService = categoriaProdutoAppService;
     _marcaProdutoAppService     = marcaProdutoAppService;
 }
示例#2
0
 public ProdutoController(IProdutoAppService produtoAppService,
                         ICategoriaProdutoAppService categoriaProdutoAppService,
                         IMarcaProdutoAppService marcaProdutoAppService)
 {
     _produtoAppService = produtoAppService;
     _categoriaProdutoAppService = categoriaProdutoAppService;
     _marcaProdutoAppService = marcaProdutoAppService;
 }
示例#3
0
 public MarcaProdutoController(IMarcaProdutoAppService marcaProdutoAppService)
 {
     _marcaProdutoAppService = marcaProdutoAppService;
 }
 public MarcaProdutoController(IMarcaProdutoAppService marcaProdutoAppService)
 {
     _marcaProdutoAppService = marcaProdutoAppService;
 }