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

            return(tDAL.tierDataInsertDAL(tBAL));
        }