摘要: @model MOdel.xin@{ ViewBag.Title = "AddInfo1";} <h2>新增会员</h2> <form action="Addinfo" method="post"> <table class="table table-bordered"> <tr> <td> <p> 阅读全文
posted @ 2021-07-28 09:40 天澈明香 阅读(19) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Http;using System.Web.Http;using BLL;using MOdel; na 阅读全文
posted @ 2021-07-28 09:39 天澈明香 阅读(69) 评论(0) 推荐(0)
摘要: using System;using System.Data.Entity;using System.Linq;using MOdel; namespace DAL{ public class Model1 : DbContext { //您的上下文已配置为从您的应用程序的配置文件(App.conf 阅读全文
posted @ 2021-07-28 09:37 天澈明香 阅读(58) 评论(0) 推荐(0)