Exemplo n.º 1
0
 public IEnumerable <Guest> SearchByGuestName(string name)
 {
     return(_guestRepository.GetByName(name));
 }