Example #1
0
 /// <summary>
 /// 删除 同步
 /// </summary>
 /// <returns></returns>
 public virtual bool Delete()
 {
     return(dbHelper.Delete(this));
 }
Example #2
0
 public bool DeleteUser(int id)
 {
     return(_dbHelper.Delete(DELETE_USER_SP, new { id = id }));
 }