Пример #1
0
 public static CLayer.Property GetCancellationCharges(long propertyId)
 {
     DataLayer.Property pr = new DataLayer.Property();
     return(pr.GetCancellationCharges(propertyId));
 }