コード例 #1
0
ファイル: ReservationEngine.cs プロジェクト: hinteadan/croom
 public Reservation Get(Guid id)
 {
     return(repository.Load(id));
 }