6 lines
112 B
C#
6 lines
112 B
C#
namespace WatchIt.DTO.Models.Generics.Rating;
|
|
|
|
public interface IRatingResponse
|
|
{
|
|
decimal? Rating { get; }
|
|
} |