Esempio n. 1
0
 public static List <CLayer.Tax> GetPropertyTaxById(long propertyId)
 {
     DataLayer.PropertyTax pt = new DataLayer.PropertyTax();
     return(pt.GetPropertyTaxById(propertyId));
 }
Esempio n. 2
0
 public static decimal GetTotalTax(long propertyId)
 {
     DataLayer.PropertyTax pt = new DataLayer.PropertyTax();
     return(pt.GetTotalTax(propertyId));
 }