Files
WatchIt/WatchIt.DTO/Models/Generics/Rating/IRatingOverallResponse.cs

6 lines
137 B
C#
Raw Normal View History

namespace WatchIt.DTO.Models.Generics.Rating;
public interface IRatingOverallResponse : IRatingResponse
{
long Count { get; set; }
}