예제 #1
0
 public Seat FindByID <E>(E id)
 {
     return(seatRepository.FindByID(id));
 }