コード例 #1
0
ファイル: Export.cshtml.cs プロジェクト: tbuha/AACC
 public ExportModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #2
0
 public AccreditationStandartDetailsModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DeleteModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: Index.cshtml.cs プロジェクト: tbuha/AACC
 public IndexModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: SubQuestions.cshtml.cs プロジェクト: tbuha/AACC
 public SubQuestionsModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #6
0
ファイル: Details.cshtml.cs プロジェクト: tbuha/AACC
 public DetailsModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #7
0
ファイル: Create.cshtml.cs プロジェクト: tbuha/AACC
 public CreateModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #8
0
 public DeleteSubQuestion(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #9
0
 public CreateSubQuestionModel(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #10
0
ファイル: EditSubQuestion.cshtml.cs プロジェクト: tbuha/AACC
 public EditSubQuestion(WebApp.Models.AACCContext context)
 {
     _context = context;
 }
コード例 #11
0
 public TestModel(AACCContext context)
 {
     _context = context;
 }