예제 #1
0
 public BillingEventLogService(
     IBillingEventRepository billingEventRepository,
     IMapper mapper)
 {
     _billingEventRepository = billingEventRepository;
     _mapper = mapper;
 }
예제 #2
0
 public BillingEventLogService(
     IBillingEventRepository billingEventRepository,
     IMapper mapper)
 {
     _billingEventRepository = billingEventRepository;
     _mapper = mapper;
 }