Framework Setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
using DryIoc;
|
||||
|
||||
namespace BattleFieldSimulator.Utilities
|
||||
{
|
||||
public interface IModule
|
||||
{
|
||||
void Register(IContainer container);
|
||||
void Resolve(IContainer container);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user