Exemple #1
0
 public EstadoService()
 {
     oEstadoDao = new EstadoDao();
 }
 public EstadoCoordinator(IEstadoDao estadoDao, IMapper mapper)
 {
     this.estadoDao = estadoDao;
     this.mapper    = mapper;
 }