コード例 #1
0
ファイル: Bookings.cs プロジェクト: RahulAras007/StayBazar
        //****End***

        public static decimal GetTotalcreditbookamount(long BuserId)
        {
            DataLayer.Booking bok = new DataLayer.Booking();
            return(bok.GetTotalcreditbookamount(BuserId));
        }