Exemple #1
0
 public static CLayer.RateCommission GetCommission(long propertyId)
 {
     DataLayer.Property prperty = new DataLayer.Property();
     return(prperty.GetCommission(propertyId));
 }