8 lines
124 B
C#

namespace VContainer.Unity
{
public interface IInstaller
{
void Install(IContainerBuilder builder);
}
}