Пример #1
0
 public IGraphActionResult RetrieveWidget(int id)
 {
     return(this.Ok(_repo.FindById(id)));
 }