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