Exemplo n.º 1
0
 public EditGuest GetDetail(long Id)
 {
     return(_guestRepository.GetDetail(Id));
 }