Exemplo n.º 1
0
 public VoteModel(OnevoteContext db)
 {
     _db = db;
 }
Exemplo n.º 2
0
 public IndexModel(OnevoteContext db)
 {
     _db = db;
 }