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