Ejemplo n.º 1
0
 public ContaAPagarAppService(IContaAPagarService contaAPagarService, IContaAPagarRepository contaAPagarRepository, IMapper mapper)
 {
     _contaAPagarService    = contaAPagarService;
     _contaAPagarRepository = contaAPagarRepository;
     _mapper = mapper;
 }
 public ContaAPagarController(IContaAPagarService contaAPagarService)
 {
     _contaAPagarService = contaAPagarService;
 }