コード例 #1
0
ファイル: UserDAO.cs プロジェクト: Hienne/CGV_Booking2
 public UserDAO()
 {
     db = new CGVDBContext();
 }