MCPcopy Create free account
hub / github.com/damienbod/AngularWebpackVisualStudio / Thing

Class Thing

src/AngularWebpackVisualStudio/Models/Thing.cs:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace AngularWebpackVisualStudio.Models
2{
3 public class Thing
4 {
5 public int Id { get; set; }
6 public string Name { get; set; }
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected