Esempio n. 1
0
 public ActionResult <IEnumerable <string> > GetAll()
 {
     return(new JsonResult(_repository.GetAll()));
 }