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