Ejemplo n.º 1
0
        public void BindSelf <TContractor>() where TContractor : class, new()
        {
            IBinder <TContractor> binder = InternalBind <TContractor>();

            binder.AsSingle <TContractor>();
        }