public ProjectRepository(UnitOfWork uow) { ctx = uow.Context; }
public ProjectRepository() { ctx = new BEPDbContext(); }
public GemeenteRepository(UnitOfWork uow) { ctx = uow.Context; }
public GemeenteRepository() { ctx = new BEPDbContext(); categorien = ctx.Categorieen.ToList(); }
public BegrotingRepository(UnitOfWork uow) { ctx = uow.Context; }
public BegrotingRepository() { ctx = new BEPDbContext(); }