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

            dao = SqlDao.GetInstance();
        }
Пример #2
0
 public DireccionCrudFactory() : base()
 {
     mapper = new DireccionMapper();
     dao    = SqlDao.GetInstance();
 }