Example #1
0
 public ActionResult <List <Models.Experience> > Get(int id)
 {
     return(Ok(experience.GetExperiences(id)));
 }