Пример #1
0
 public ActionResult <Example> Get(int id)
 {
     return(_repo.GetEntityById(id));
 }