GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
codeopinion
/
Warehouse
Transfer to URL with SHA
Find file
Newer
Older
tree:
228cfc4229
Switch branches
×
master
Warehouse
/
src
/
Domain
/
Common
/ IEntity.cs
Derek Comartin
on 22 Aug 2023
90 bytes
Init
Raw
Blame
History
namespace MyWarehouse.Domain.Common; public interface IEntity { int Id { get; } }