MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / UserDailyReputation

Class UserDailyReputation

StatsService/Models/UserDailyReputation.cs:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace StatsService.Models;
2
3public class UserDailyReputation
4{
5 public required string Id { get; set; }
6 public required string UserId { get; set; }
7 public DateOnly Date { get; set; }
8 public int Delta { get; set; }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…