Ejemplo n.º 1
0
 public BillingEventLogService(
     IBillingEventRepository billingEventRepository,
     IMapper mapper)
 {
     _billingEventRepository = billingEventRepository;
     _mapper = mapper;
 }
Ejemplo n.º 2
0
 public BillingEventLogService(
     IBillingEventRepository billingEventRepository,
     IMapper mapper)
 {
     _billingEventRepository = billingEventRepository;
     _mapper = mapper;
 }