예제 #1
0
 public StatisticsController(normieContext context)
 {
     _context = context;
 }
예제 #2
0
 public ItemsController(normieContext context)
 {
     _context = context;
 }
예제 #3
0
 public SearchController(normieContext context)
 {
     _context = context;
 }
예제 #4
0
 public BestellingenController(normieContext context)
 {
     _context = context;
 }
예제 #5
0
 public ReviewController(normieContext context)
 {
     this._context = context;
 }
예제 #6
0
 public WenslijstenController(normieContext context)
 {
     _context = context;
 }
예제 #7
0
 public ApiCallController(normieContext context)
 {
     this._context = context;
 }
예제 #8
0
 public AdminController(normieContext context)
 {
     this._context = context;
 }
예제 #9
0
 public UserController(normieContext context)
 {
     this._context = context;
 }