This website requires JavaScript.
Explore
Help
Sign In
root
/
BlazorApp
Watch
1
Star
0
Fork
You've already forked BlazorApp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
BlazorApp
/
Bullet6
/
Solution1
/
Models
/
IEntity.cs
8 lines
117 B
C#
Raw
Permalink
Blame
History
namespace
Bullet6.Solution1.Models
{
public
interface
IEntity
{
string
Name
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink