public CreateImportationCommandHandler(ICapgeminiDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public GetAllImportionsCommandHandler(ICapgeminiDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
예제 #3
0
 public GetProductsByIdImportationCommandHandler(ICapgeminiDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }