Ejemplo n.º 1
0
        public List <Category> GetcategoryList()
        {
            DALCategory categoryDAL = new DALCategory();

            return(categoryDAL.GetCategoryList());
        }