Beispiel #1
0
 public FarmacoesController(LAB3Context context)
 {
     //_context = context;
 }
 public PedidosFarmacosController(LAB3Context context)
 {
     _context = context;
 }