public DetectiveController(DocketDBContext context, IAdminOrchestration adminOrchestration)
 {
     db = context;
     _AdminOrchestration = adminOrchestration;
 }
Esempio n. 2
0
 // GET: api/Reports
 public ReportController(DocketDBContext context)
 {
     db = context;
 }