public BåtHusetBokningTransactionController(FrejyaBåtHuset_WebAPI_BackendContext context)
 {
     _context = context;
 }
示例#2
0
 public UserController(FrejyaBåtHuset_WebAPI_BackendContext context)
 {
     _context = context;
 }
 public AndraaktiviteterController(FrejyaBåtHuset_WebAPI_BackendContext context)
 {
     _context = context;
 }