Example #1
0
 public List <Credit> GetAllCredits()
 {
     return(_creditRepo.All().ToList());
 }