예제 #1
0
 public AuditoryRepository(PresentationForYouContext context)
 {
     db = context;
 }
예제 #2
0
 public RequestRepository(PresentationForYouContext context)
 {
     db = context;
 }
예제 #3
0
 public BoardRepository(PresentationForYouContext context)
 {
     db = context;
 }
예제 #4
0
 public UserRepository(PresentationForYouContext context)
 {
     db = context;
 }
예제 #5
0
 public EFUnitOfWork(string connectionString)
 {
     db = new PresentationForYouContext(connectionString);
 }
 public ProjectorRepository(PresentationForYouContext context)
 {
     db = context;
 }