Ejemplo n.º 1
0
 public Book Get(string number)
 {
     return(BookDataRepository.GetBookingByNumber(number));
 }