public void delete(CarBrand carBrand)
 {
     _ıcarBrandDal.Delete(carBrand);
 }
Beispiel #2
0
 /// <summary>
 /// 删除数据
 /// </summary>
 public void Delete(int Id)
 {
     DAL.Delete(Id);
 }