| 1 | namespace react_dotnet_example.Models |
| 2 | { |
| 3 | public class UserModel |
| 4 | { |
| 5 | public int Id { get; set; } |
| 6 | |
| 7 | public string firstName { get; set; } |
| 8 | |
| 9 | public string lastName { get; set; } |
| 10 | |
| 11 | public string email { get; set; } |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected