Beispiel #1
0
 public IList <Interest> GetAll()
 {
     return(_interestRepository.GetAll());
 }