示例#1
0
 public async Task <CreditCardDetailDto> GetDetailAsync(int id)
 {
     return(await _creditCardRepository.GetDetailAsync(id));
 }