コード例 #1
0
ファイル: BaseDAL.cs プロジェクト: FTccar/WebAPI
 public BaseDAL()
 {
     db = new ProgrammingDbEntities();
 }