Esempio n. 1
0
    public List <CategoryBLL> LeftCategoryMenu(int i, int j)
    {
        List <CategoryBLL> menuList;

        try
        {
            menuList = new List <CategoryBLL>();
            menuList = catgoryBLLObj.BLLGetLeftCategoryMenu(i, j);
        }
        catch (Exception ex)
        {
            throw ex;
        }
        return(menuList);
    }