예제 #1
0
 public void Delete(int creditCardId)
 {
     _unitOfWork.DeleteCard(creditCardId);
 }