Example #1
0
 public DataHoraController(SGRContext context)
 {
     db = context;
 }
Example #2
0
 public ArtigoInPedidoController(SGRContext context)
 {
     db = context;
 }
Example #3
0
 public MesaController(SGRContext context)
 {
     db = context;
 }
Example #4
0
 public GerenteController(SGRContext context)
 {
     db = context;
 }
Example #5
0
 public ReservaController(SGRContext context)
 {
     db = context;
 }
Example #6
0
 public HorarioController(SGRContext context)
 {
     db = context;
 }
Example #7
0
 public MercadoriaController(SGRContext context)
 {
     db = context;
 }
Example #8
0
 public FornecedorController(SGRContext context)
 {
     db = context;
 }
Example #9
0
 public PedidoController(SGRContext context)
 {
     db = context;
 }
Example #10
0
 public HomeController(SGRContext context)
 {
     db = context;
 }
Example #11
0
 public MercadoriaInArtigoController(SGRContext context)
 {
     db = context;
 }
Example #12
0
 public PrecoMercadoriaFornecedorController(SGRContext context)
 {
     db = context;
 }
Example #13
0
 public FuncionarioController(SGRContext context)
 {
     db = context;
 }