BalloonsPop.Bundling.CoreBundle.CoreBundle C# (CSharp) Method

CoreBundle() public method

Initializes a new instance of the CoreBundle class through injection with the provided kernel.
public CoreBundle ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel
return BalloonsPop.Common.Contracts
        public CoreBundle(IKernel kernel)
        {
            kernel.Inject(this);
        }
CoreBundle