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