示例#1
0
 public void Delete(Company t)
 {
     dao.Delete(t);
 }
 public int Delete(Company item)
 {
     return(_companyDao.Delete(item));
 }