Example #1
0
 public BugService(BugCentreContext context)
 {
     _context = context;
 }
Example #2
0
 public DetailsModel(BugCentreContext context, IPdfService pdfService)
 {
     _context    = context;
     _pdfService = pdfService;
 }
Example #3
0
 public CreateModel(BugCentreContext context)
 {
     _context = context;
 }
Example #4
0
 public CommentsService(BugCentreContext context)
 {
     _context = context;
 }
Example #5
0
 public DeleteModel(BugCentreContext context)
 {
     _context = context;
 }
Example #6
0
 public EditModel(BugCentreContext context)
 {
     _context = context;
 }