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