码迷,mamicode.com
首页 > 其他好文 > 详细

3-商品管理ID

时间:2018-12-20 10:32:36      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:express   update   model   fill   list   namespace   str   expr   comm   

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MEH.Month.Test.Model;
using System.Linq.Expressions;

namespace MEH.Month.Test.IDAL
{
public interface ICommon
{
int Add(ProductInfo m);
int Del(int ID);
int Dels(string IDs);
int Update(ProductInfo m);
int UpdateState(int ID,int State);
ProductInfo Fill(int ID);
List<ProductInfo> Show(Expression<Func<ProductInfo, bool>> Where);


}
}

3-商品管理ID

标签:express   update   model   fill   list   namespace   str   expr   comm   

原文地址:https://www.cnblogs.com/PingShengI/p/10147496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!