示例#1
0
 public BuggyController(SkinetContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public ProductRepository(SkinetContext context)
 {
     _context = context;
 }
 public ErrorController(SkinetContext context)
 {
     this._context = context;
 }
示例#4
0
 public UnitOfWork(SkinetContext context)
 {
     _context = context;
 }
 public GenericRepository(SkinetContext context)
 {
     _context = context;
 }