예제 #1
0
 public OrderController(NgSightDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #2
0
 public CustomerController(NgSightDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #3
0
 public DataSeed(NgSightDBContext ctx)
 {
     _ctx = ctx;
 }