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