public EFMarcaRepository(ExWebApiDbContext ctx) { context = ctx; }
public EFAutoRepository(ExWebApiDbContext ctx) { context = ctx; }