예제 #1
0
 public CreateCustomerCommandHandler(ICustomerInformationContext context, IMapper mapper) =>
 (_context, _mapper) = (context, mapper);
 public GetCustomerQueryHandler(ICustomerInformationContext context, IMapper mapper) =>
 (_context, _mapper) = (context, mapper);