コード例 #1
0
 public bool DataExist(IDbConnection connection)
 {
     return(_gameUserService.HasUsers());
 }