Exemplo n.º 1
0
        public JsonResult GetByCategory(string categoryId)
        {
            var booktype = _bookTypeRepository.GetByCategory(categoryId);

            return(Json(booktype));
        }