Ejemplo n.º 1
0
        public string tierDataSelectBLL(tierDataBAL tBAL)
        {
            tierDataDAL tDAL = new tierDataDAL();

            return(tDAL.tierDataSelectDAL(tBAL));
        }
Ejemplo n.º 2
0
        public string tierInsertDataBLL(tierDataBAL tBAL)
        {
            tierDataDAL tDAL = new tierDataDAL();

            return(tDAL.tierDataInsertDAL(tBAL));
        }