| 1 | namespace Contracts; |
| 2 | |
| 3 | public record UserReputationChanged( |
| 4 | string UserId, |
| 5 | int Delta, |
| 6 | ReputationReason Reason, |
| 7 | string ActorUserId, |
| 8 | DateTime Occurred); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…