Files

6 lines
112 B
C#
Raw Permalink Normal View History

namespace WatchIt.DTO.Models.Generics.Rating;
public interface IRatingResponse
{
decimal? Rating { get; }
}