Esempio n. 1
0
 public ErrorOccurrencesController(ErrorCenterContext context)
 {
     _context = context;
 }
 public SituationService(ErrorCenterContext context)
 {
     this._context = context;
 }
Esempio n. 3
0
 /// <summary>
 /// Creates a new instance of ErrorService class requiring a context to work in.
 /// </summary>
 /// <param name="context"></param>
 public ErrorService(ErrorCenterContext context)
 {
     this._context = context;
 }
Esempio n. 4
0
 public ErrorsController(ErrorCenterContext context)
 {
     _context = context;
 }