public ZipsController(PersonkartotekDBHandIn32Context context) { _context = context; }
public AddressesAppController(PersonkartotekDBHandIn32Context context) { _context = context; }
public UnitOfWork(PersonkartotekDBHandIn32Context context) { _context = context; People = new PersonRepo(_context); }
public PeopleAppController(PersonkartotekDBHandIn32Context context) { _context = context; }
public PersonRepo(PersonkartotekDBHandIn32Context context) : base(context) { _context = context; }
public EmailsAppController(PersonkartotekDBHandIn32Context context) { _context = context; }