Exemplo n.º 1
0
 public Repository(PizzaboxContext context)
 {
     Context = context;
 }
Exemplo n.º 2
0
 public PizzaRepository(PizzaboxContext context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public OrdersRepository(PizzaboxContext context)
     : base(context)
 {
 }
Exemplo n.º 4
0
 public EmployeeRepository(PizzaboxContext context)
     : base(context)
 {
 }
Exemplo n.º 5
0
 public CustomerRepository(PizzaboxContext context)
     : base(context)
 {
 }