Beispiel #1
0
        public DataSet GetAvailable_ExchangePrograms()
        {
            BLL_ExchangePrograms obj = new BLL_ExchangePrograms();

            return(obj.GetAvailable_ExchangePrograms());
        }
Beispiel #2
0
        public int increaseSeats(int id)
        {
            BLL_ExchangePrograms bizLayerIncreaseSeats = new BLL_ExchangePrograms();

            return(bizLayerIncreaseSeats.increaseSeats(id));
        }
Beispiel #3
0
        public DataSet GetAll_ExchangePrograms()
        {
            BLL_ExchangePrograms bizLayerEP = new BLL_ExchangePrograms();

            return(bizLayerEP.GetAll_ExchangePrograms());
        }