public AuditoryRepository(PresentationForYouContext context) { db = context; }
public RequestRepository(PresentationForYouContext context) { db = context; }
public BoardRepository(PresentationForYouContext context) { db = context; }
public UserRepository(PresentationForYouContext context) { db = context; }
public EFUnitOfWork(string connectionString) { db = new PresentationForYouContext(connectionString); }
public ProjectorRepository(PresentationForYouContext context) { db = context; }