コード例 #1
0
 public ZipsController(PersonkartotekDBHandIn32Context context)
 {
     _context = context;
 }
コード例 #2
0
 public AddressesAppController(PersonkartotekDBHandIn32Context context)
 {
     _context = context;
 }
コード例 #3
0
 public UnitOfWork(PersonkartotekDBHandIn32Context context)
 {
     _context = context;
     People   = new PersonRepo(_context);
 }
コード例 #4
0
 public PeopleAppController(PersonkartotekDBHandIn32Context context)
 {
     _context = context;
 }
コード例 #5
0
 public PersonRepo(PersonkartotekDBHandIn32Context context) : base(context)
 {
     _context = context;
 }
コード例 #6
0
 public EmailsAppController(PersonkartotekDBHandIn32Context context)
 {
     _context = context;
 }