コード例 #1
0
 public GetUserVibrationRecordsHandler(IVibrationRepository repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }
コード例 #2
0
 public AddVibrationRecordHandler(IVibrationRepository repo, IMapper mapper)
 {
     _repo   = repo;
     _mapper = mapper;
 }