Пример #1
0
 public void RemoveTitle(Credit credit)
 {
     _creditRepo.Delete(credit);
 }