예제 #1
0
 public DepositDto GetDepositByProcessorTransferId(string key)
 {
     return(_mapper.Map <DepositDto>(_depositRepository.GetDepositByProcessorTransferId(key)));
 }