Example #1
0
 public SBRepository(SBContext ctx)
 {
     this.ctx = ctx;
 }
Example #2
0
 public SBSeeder(SBContext ctx)
 {
     this.ctx = ctx;
 }