public static string ValidaVenta(BEHotel obj) { IHotels IService = new IHotels(); return(IService.IValUsuarioVentas(obj)); }