コード例 #1
0
 public Handler(ICheckoutDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
コード例 #2
0
 public Handler(ICheckoutDbContext context)
 {
     this.context = context;
 }