Example #1
0
 public RequestRepository()
 {
     _context = new HelpDeskDbContext();
 }
Example #2
0
 public UserRepository()
 {
     _context = new HelpDeskDbContext();
 }
 public AssignedUserChangesRepository()
 {
     _context = new HelpDeskDbContext();
 }
 public RequestStatusChangesRepository()
 {
     _context = new HelpDeskDbContext();
 }
Example #5
0
 public ProductRepository()
 {
     _context = new HelpDeskDbContext();
 }