Ejemplo n.º 1
0
 public OrderDetailsController(restaurantvspjContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public Tables(restaurantvspjContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public PozicesController(restaurantvspjContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public VatsController(restaurantvspjContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public LoginsController(IUserService userService)
 {
     _userService = userService;
     _context     = new restaurantvspjContext();
 }