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
c441f3c941
BlazorApp
/
Bullet6
/
Interfaces
/
IEntity.cs
8 lines
111 B
C#
Raw
Blame
History
namespace
Bullet6.Interfaces
{
public
interface
IEntity
{
string
Name
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink