Ejemplo n.º 1
0
 public TestCaseController(clsDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public GroupPortfolioController(clsDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public DashboardController(clsDbContext context)
 {
     _context = context;
 }
 public LoginController(clsDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public TestStepController(clsDbContext context)
 {
     _context = context;
 }
 public UserRegistrationController(clsDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 12
0
 public StakeholderDashboardController(clsDbContext context)
 {
     _context = context;
 }
 public CompanyRegController(clsDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 14
0
 public AttachmentController(clsDbContext context)
 {
     _context = context;
 }
 public UserInfoController(clsDbContext context)
 {
     _context = context;
 }
 public ReportController(clsDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 17
0
 public FileUploadController(IHostingEnvironment envm, clsDbContext context)
 {
     _context = context;
     _env     = envm;
 }