Example #1
0
        public ActionResult EditCategory(string Id)
        {
            CategoryMaster c = new CategoryMaster();

            c = Commonhelper.GetCategoryById(Id);
            return(View(c));
        }