コード例 #1
0
ファイル: CustomerDAL.cs プロジェクト: nguyennguyenloc/part3
 public CustomerDAL()
 {
     context = new defaultDbcontext();
 }