8 lines
114 B
C#
8 lines
114 B
C#
namespace FlowScope
|
|
{
|
|
public interface IFeature
|
|
{
|
|
void Install(IArchitectureScope scope);
|
|
}
|
|
}
|