Exemplo n.º 1
0
 /*Insert*/
 public string InsHotels(BEHotel BEHotel)
 {
     return(DA.InsHotels(BEHotel));
 }