Example #1
0
 public DeleteDietMethodCommandHandler(IDietMethodRepository dietMethodRepository, IMapper mapper)
 {
     _dietMethodRepository = dietMethodRepository;
     _mapper = mapper;
 }
 public GetListDietMethodQueryHandler(IDietMethodRepository dietMethodRepository, IMapper mapper)
 {
     _dietMethodRepository = dietMethodRepository;
     _mapper = mapper;
 }