Exemplo n.º 1
0
 public ExistenciasController(CliMedBD context)
 {
     this.db = context;
 }
Exemplo n.º 2
0
 public ProdutosController(CliMedBD context, IWebHostEnvironment caminho)
 {
     this.db       = context;
     this._caminho = caminho;
 }
Exemplo n.º 3
0
 public FuncionariosController(CliMedBD context, IWebHostEnvironment caminho)
 {
     this.db       = context;
     this._caminho = caminho;
 }
Exemplo n.º 4
0
 public UtentesController(CliMedBD context)
 {
     db = context;
 }