예제 #1
0
 public ReasonDto Get([FromUri] int id)
 {
     return(repo.GetById(id));
 }