public bool Update(Shop.Model.Car model) { return(dal.Update(model)); }
/// <summary> /// 增加一条数据 /// </summary> public int Add(Shop.Model.Car model) { return(dal.Add(model)); }