예제 #1
0
 public ActionResult <Operation> Get(Guid id)
 {
     return(_repo.GetById(id));
 }