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