MCPcopy Create free account
hub / github.com/bbachi/react-dotnet-example / UserModel

Class UserModel

Models/User.cs:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected