Beispiel #1
0
        public string tierDataSelectBLL(tierDataBAL tBAL)
        {
            tierDataDAL tDAL = new tierDataDAL();

            return(tDAL.tierDataSelectDAL(tBAL));
        }
Beispiel #2
0
        public string tierInsertDataBLL(tierDataBAL tBAL)
        {
            tierDataDAL tDAL = new tierDataDAL();

            return(tDAL.tierDataInsertDAL(tBAL));
        }