GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
codeopinion
/
TestingWithoutInterfaces
Transfer to URL with SHA
Find file
Newer
Older
tree:
95c2941fd8
Switch branches
×
master
TestingWithoutInterfaces
/
src
/
ApplicationCore
/
Interfaces
/ IAggregateRoot.cs
Derek Comartin
on 5 Dec 2022
97 bytes
Init
Raw
Blame
History
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces; public interface IAggregateRoot { }