Exemplo n.º 1
0
 public DeputatProcessor(IBudgetIfContext db)
 {
     _db           = db;
     deputatCache  = _db.Deputats.ToList();
     fractionCache = _db.Fractions.ToList();
     _webConnector = new WebConnector();
 }
Exemplo n.º 2
0
 public TerrNumberProcessor(IBudgetIfContext db)
 {
     _db           = db;
     _webConnector = new WebConnector();
 }
Exemplo n.º 3
0
 public PollSubjectNoProcessor(IBudgetIfContext db)
 {
     _db           = db;
     _webConnector = new WebConnector();
 }