public CondominiumRepository(ApartmentsManagerContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ResidentRepository(ApartmentsManagerContext context)
 {
     _context = context;
 }