Beispiel #1
0
 public UnitOfWork(AppDataBaseContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public Repository(AppDataBaseContext context)
 {
     _context = context;
 }