예제 #1
0
 public ServicesD(s18621Context context)
 {
     _context = context;
 }
예제 #2
0
 public SQLServices([FromServices] DbContext context)
 {
     this.context = (s18621Context)context;
 }
예제 #3
0
 public DbServices(s18621Context context)
 {
     this.context = context;
 }
예제 #4
0
 public SQLServices(s18621Context context)
 {
     _context = context;
 }