Exemple #1
0
 public AddressesController(GovContext context)
 {
     _context = context;
 }
Exemple #2
0
 public OfficialsController(GovContext context)
 {
     _context = context;
 }