Beispiel #1
0
 public CashBankAdjustment GetObjectById(int Id)
 {
     return(_repository.GetObjectById(Id));
 }