示例#1
0
 public bool RemoveAwardById(int id) => _awardsDao.RemoveById(id);
示例#2
0
 public bool RemoveUserById(int id) => _usersDao.RemoveById(id);