示例#1
0
 public ServicioUtils()
 {
     ServicioUtil = new Store.ServicioUtils();
 }
示例#2
0
 public ServicioReserva()
 {
     servicioReserva    = new Store.ServicioReserva();
     servicioUtils      = new Store.ServicioUtils();
     servicioTrabajador = new Store.ServicioTrabajador();
 }