Exemplo n.º 1
0
 public bool Update(ProductType entity)
 {
     return(dal.Update(entity));
 }
Exemplo n.º 2
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public bool Update(ProductTypeM model)
 {
     return(dal.Update(model));
 }