Beispiel #1
0
 public PageGroupRepository(MyCmsContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public PageRepository(MyCmsContext ctx)
 {
     _ctx = ctx;
 }