public DeleteDieticianCommandHandler(IDieticianRepository dieticianRepository, IMapper mapper)
 {
     _dieticianRepository = dieticianRepository;
     _mapper = mapper;
 }
 public GetListDieticianQueryHandler(IDieticianRepository dieticianRepository, IMapper mapper)
 {
     _dieticianRepository = dieticianRepository;
     _mapper = mapper;
 }