コード例 #1
0
ファイル: Property.cs プロジェクト: RahulAras007/StayBazar
 public static CLayer.Property GetCancellationCharges(long propertyId)
 {
     DataLayer.Property pr = new DataLayer.Property();
     return(pr.GetCancellationCharges(propertyId));
 }