Exemple #1
0
 public ActionResult <string> AllData()
 {
     System.Console.WriteLine("asking for more data");
     return(new OkObjectResult(dbrepo.GetAllDishes()));
 }