コード例 #1
0
 public ActionResult <string> AllRestaurants()
 {
     return(new OkObjectResult(dbrepo.GetAllRestaurants()));
 }