示例#1
0
 public InActiveController(MongoHelper helper, IExamForApproveRepository repoForApprove, IQuestionImportRepository repoQ, CloudStorageAccount storageAccount)
 {
     this.repoForApprove = repoForApprove;
     this.repoQ          = repoQ;
     this.storageAccount = storageAccount;
     this.helper         = helper;
 }
示例#2
0
 public UploadController(ICloudStorage icloud, IQuestionImportRepository repoQ, IExamForApproveRepository repoExamForApprove, IFile iFile)
 {
     //this.storageAccount = storageAccount;
     this.iCloudStorage      = icloud;
     this.repoQ              = repoQ;
     this.repoExamForApprove = repoExamForApprove;
     this.iFile              = iFile;
 }
 public ConfigurationInActiveController(IExamForApproveRepository repoForApprove, IQuestionImportRepository repoQ)
 {
     this.repoForApprove = repoForApprove;
     this.repoQ          = repoQ;
 }
示例#4
0
 public CheatController(IExamForApproveRepository repoForApprove, IQuestionImportRepository repoQ)
 {
     this.repoForApprove = repoForApprove;
     this.repoQ          = repoQ;
 }