Beispiel #1
0
 public List <Tax> RetrieveAllTax()
 {
     return(_taxRepository.LoadAllTax());
 }