public ProjectBC(DAC.ProjectManagerEntities context) { dbContext = context; }
public ProjectBC() { dbContext = new DAC.ProjectManagerEntities(); }