Ejemplo n.º 1
0
 public StrawPollManager()
 {
     strawPollDal = new StrawPollDal();
 }
Ejemplo n.º 2
0
 public StrawPollManager(IStrawpollDal strawPollDal)
 {
     _strawPollDal = strawPollDal;
 }