Exemplo n.º 1
0
 public HomeController(PizzaWorldProRepository context)
 {
     _ctx = context;
 }
Exemplo n.º 2
0
 public OrderController(PizzaWorldProRepository context)
 {
     _ctx   = context;
     MyUser = new User();
 }