예제 #1
0
        public List <Category> GetCategoriesByTypeId(int typeId)
        {
            DALCategory categoyDAL = new DALCategory();

            return(categoyDAL.GetCategoriesByTypeId(typeId));
        }