예제 #1
0
 public ServicioPortalNegocios()
 {
     _repositorioHospedaje = new RepositorioHospedaje();
     _repositorioConsultas = new RepositorioConsultas();
     _mapper = new Mapper(new MapeoAplicacionWcf());
 }
예제 #2
0
 public WCFPortalNegociosMovil()
 {
     _repositorioHospedaje = new RepositorioHospedaje();
 }