예제 #1
0
 public IActionResult GetTerms()
 {
     return(Json(_terms.AsEnumerable()));
 }