Example #1
0
        public ActionResult GetAllCategory()
        {
            var result = _categoryLogic.GetAllCategoryAsync();

            return(Ok(new BaseResponse(result)));
        }