Пример #1
0
 public int Delete(string condition)
 {
     return(_iUserInfoDao.Delete(condition));
 }