Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
47 views

My question is how do I need to validate fields. I have this class (request dto): public class CompleteGoogleRegistrationRequest { public string IdToken { get; set; } = string.Empty; public ...
Dmytro Zhadan's user avatar