Beispiel #1
0
        public static object GetAllSubCategory()
        {
            SubCategoryManager subCategoryManager = new SubCategoryManager();
            object             response           = subCategoryManager.GetAllSubCategory();

            return(response);
        }