7 lines
152 B
C#
7 lines
152 B
C#
namespace JSMR.Infrastructure.Scanning.Models;
|
|
|
|
public class ScannedRating
|
|
{
|
|
public byte Score { get; set; }
|
|
public int Votes { get; set; }
|
|
} |