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