fix !google

This commit is contained in:
runebaas 2018-05-04 00:59:49 +02:00
parent 290b85fdb6
commit 0b7303d576
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
{
public class GoogleKgApiElementDto
{
public GoogleKgApiResultDto ResultDto { get; set; }
public GoogleKgApiResultDto Result { get; set; }
public double ResultScore { get; set; }
}
}