コード例 #1
0
 public EstabelecimentoController(IEstabelecimentoAppService _EstabelecimentoAppService)
 {
     EstabelecimentoAppService = _EstabelecimentoAppService;
 }
コード例 #2
0
 public EstabelecimentosController(IEstabelecimentoAppService estabelecimentoAppService, IMapper mapper)
 {
     _estabelecimentoAppService = estabelecimentoAppService;
     _mapper = mapper;
 }