This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
624909763b
aspnetcore
/
samples
/
MvcSandbox
/
Models
/
TestModel.cs
10 lines
110 B
C#
Raw
Blame
History
namespace
MvcSandbox
{
public
class
TestModel
{
public
string
Name
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink