Beispiel #1
0
 public TestCaseController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public GroupPortfolioController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DashboardController(clsDbContext context)
 {
     _context = context;
 }
 public LoginController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public TestStepController(clsDbContext context)
 {
     _context = context;
 }
 public UserRegistrationController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public TestPassController(clsDbContext context)
 {
     _context = context;
 }
 public ProjectMgmtController(clsDbContext context)
 {
     _context = context;
 }
 public FeedbackController(clsDbContext context)
 {
     _context = context;
 }
 public BulkDownloadImportTemplateController(clsDbContext context)
 {
     _context = context;
 }
 public TriageController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #12
0
 public StakeholderDashboardController(clsDbContext context)
 {
     _context = context;
 }
 public CompanyRegController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #14
0
 public AttachmentController(clsDbContext context)
 {
     _context = context;
 }
 public UserInfoController(clsDbContext context)
 {
     _context = context;
 }
 public ReportController(clsDbContext context)
 {
     _context = context;
 }
Beispiel #17
0
 public FileUploadController(IHostingEnvironment envm, clsDbContext context)
 {
     _context = context;
     _env     = envm;
 }