示例#1
0
 public bool DeleteAccount(int accountId)
 {
     return(_gameDataRepository.DeleteAccount(accountId));
 }