コード例 #1
0
        // GET: LienHe
        public ActionResult Index()
        {
            BanDT1 dt = new BanDT1();

            return(View());
        }
コード例 #2
0
ファイル: PhoneF.cs プロジェクト: grouplph/thuctapnhom
 public PhoneF()
 {
     context = new BanDT1();
 }
コード例 #3
0
ファイル: AccountModel.cs プロジェクト: grouplph/thuctapnhom
 public AccountModel()
 {
     context = new BanDT1();
 }