예제 #1
0
 public RequestRepository()
 {
     _context = new HelpDeskDbContext();
 }
예제 #2
0
파일: UserRepository.cs 프로젝트: vojab/HDA
 public UserRepository()
 {
     _context = new HelpDeskDbContext();
 }
예제 #3
0
 public AssignedUserChangesRepository()
 {
     _context = new HelpDeskDbContext();
 }
예제 #4
0
 public RequestStatusChangesRepository()
 {
     _context = new HelpDeskDbContext();
 }
예제 #5
0
 public ProductRepository()
 {
     _context = new HelpDeskDbContext();
 }