Beispiel #1
0
 public BaseRepository(AppContext _db)
 {
     db = _db;
 }
Beispiel #2
0
 public IndexModel(AppContext appContext)
 {
     _db = appContext;
 }