Example #1
0
 public List <Factura> RetrieveByHotelId(string CedJuridica)
 {
     return(crudFactura.RetrieveByHotelId <Factura>(CedJuridica));
 }