Esempio n. 1
0
        public static DataTable GetPayoutItems(int bookingId)
        {
            BillingRepository repo = new BillingRepository();

            return(repo.GetPayoutItems(bookingId));
        }