示例#1
0
 public List <Account> GetAccounts(bool onlyConfirmed = false)
 {
     return(_gameDataRepository.GetAccounts(onlyConfirmed));
 }