コード例 #1
0
ファイル: PeopleController.cs プロジェクト: Alkowskey/Repo_IO
 public Person Get(long id)
 {
     return(_reservationContext.GetPerson(id));
 }