Beispiel #1
0
 public ActionResult <List <Persona> > Get(int id)
 {
     return(PersonaBLL.GetPersona());
 }