Example #1
0
 public T_TeachBll()
 {
     dal = new T_TeachDAL();
 }
        private List <T_Teach> LoadesTeachNames()
        {
            T_TeachDAL dal = new T_TeachDAL();

            return(dal.GetTeches());
        }