10 lines
216 B
C#
10 lines
216 B
C#
using VContainer;
|
|
using VContainer.Unity;
|
|
|
|
namespace Scopes {
|
|
public class RootLifetimeScope : LifetimeScope {
|
|
protected override void Configure(IContainerBuilder builder) {
|
|
|
|
}
|
|
}
|
|
} |