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