예제 #1
0
 public IHttpActionResult GetFavoriteCategoryList()
 {
     return(Ok(CategoryBL.GetFavoriteCategoryList()));
 }