Exemple #1
0
 public DeputatProcessor(IBudgetIfContext db)
 {
     _db           = db;
     deputatCache  = _db.Deputats.ToList();
     fractionCache = _db.Fractions.ToList();
     _webConnector = new WebConnector();
 }
 public TerrNumberProcessor(IBudgetIfContext db)
 {
     _db           = db;
     _webConnector = new WebConnector();
 }
 public PollSubjectNoProcessor(IBudgetIfContext db)
 {
     _db           = db;
     _webConnector = new WebConnector();
 }