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

DependancyBinder() private method

private DependancyBinder ( ) : System.Collections.Generic
return System.Collections.Generic
        private DependancyBinder()
        {
            this.Modules = new List<NinjectModule>();
        }