Пример #1
0
        public DireccionCrudFactory()
        {
            this.mapper         = new DireccionMapper();
            this.cantonMapper   = new CantonMapper();
            this.distritoMapper = new DistritoMapper();

            dao = SqlDao.GetInstance();
        }
Пример #2
0
 public CantonCrudFactory()
 {
     this.mapper = new CantonMapper();
     dao         = SqlDao.GetInstance();
 }