pushing for zac
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
using System.Threading;
|
||||
using ConsoleApp;
|
||||
using DryIoc;
|
||||
using Module = ConsoleApp.Module;
|
||||
|
||||
namespace Final
|
||||
{
|
||||
public class CoreModule
|
||||
public class CoreModule : Module
|
||||
{
|
||||
|
||||
public virtual void Register(IContainer container, ExecutionContext executionContext)
|
||||
{
|
||||
//container.Register<IUserConsole, UserConsole>(Reuse.Singleton);
|
||||
}
|
||||
|
||||
public virtual void Resolve(IContainer container)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user