Exemple #1
0
 public ErrorsController(ErrorTrackerAppContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemple #2
0
 public PrioritiesController(ErrorTrackerAppContext context)
 {
     _context = context;
 }
Exemple #3
0
 public UserService(ErrorTrackerAppContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ActionsController(ErrorTrackerAppContext context)
 {
     _context = context;
 }
Exemple #5
0
 public ErrorHistoriesController(ErrorTrackerAppContext context)
 {
     _context = context;
 }
Exemple #6
0
 public ImpactsController(ErrorTrackerAppContext context)
 {
     _context = context;
 }
Exemple #7
0
 public StatusesController(ErrorTrackerAppContext context)
 {
     _context = context;
 }