public FacturaRepository(dbIngemanContext _db) { db = _db; }
public ArticulosRepository(dbIngemanContext _db) { db = _db; }