public DireccionCrudFactory() { this.mapper = new DireccionMapper(); this.cantonMapper = new CantonMapper(); this.distritoMapper = new DistritoMapper(); dao = SqlDao.GetInstance(); }
public CantonCrudFactory() { this.mapper = new CantonMapper(); dao = SqlDao.GetInstance(); }