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
7ee80020e1
aspnetcore
/
samples
/
MvcSample.Web
/
Models
/
Product.cs
9 lines
125 B
C#
Raw
Blame
History
using
System
;
namespace
MvcSample.Web
{
public
class
Product
{
public
int
SampleInt
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink