摘要:
public class ChanPinController : ApiController { Dal dal = new Dal(); //产品表的获取 [HttpGet] [Route("api/ChanPin")] public List<ChanPinModel> GetChanPin() 阅读全文
摘要:
数据访问层 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dapper; using DataMode 阅读全文