public GetUserVibrationRecordsHandler(IVibrationRepository repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }
예제 #2
0
 public AddVibrationRecordHandler(IVibrationRepository repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }