예제 #1
0
 public UsersController(ShoppinDbContext context)
 {
     this.context = context;
 }
예제 #2
0
 public SessionsController(ShoppinDbContext context)
 {
     this.context = context;
 }
예제 #3
0
 public StoresController(ShoppinDbContext context)
 {
     this.context = context;
 }
예제 #4
0
 public AddressesController(ShoppinDbContext context)
 {
     this.context = context;
 }
예제 #5
0
 public AccountController(ShoppinDbContext context)
 {
     this.context = context;
 }