Beispiel #1
0
 public DwellingRepository(DwellingContext context) : base(context)
 {
 }
Beispiel #2
0
 public BlacklistedController(DwellingContext context)
 {
     _context = context;
 }