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

            return(tDAL.tierDataSelectDAL(tBAL));
        }