コード例 #1
0
ファイル: StudentDbService.cs プロジェクト: s18923/Cw10
 public StudentDbService(s18923Context context)
 {
     this.context = context;
 }
コード例 #2
0
ファイル: EfDbService.cs プロジェクト: s18923/Cw10
 public EfDbService(s18923Context context)
 {
     this.context = context;
 }
コード例 #3
0
 public SqlServerDbService(s18923Context context)
 {
     this.context = context;
 }