Ejemplo n.º 1
0
        public DireccionCrudFactory()
        {
            this.mapper         = new DireccionMapper();
            this.cantonMapper   = new CantonMapper();
            this.distritoMapper = new DistritoMapper();

            dao = SqlDao.GetInstance();
        }
Ejemplo n.º 2
0
 public DistritoCrudFactory()
 {
     this.mapper = new DistritoMapper();
     dao         = SqlDao.GetInstance();
 }