Biz.Managers.ContentResourcePackageManager.ContentResourcePackageManager C# (CSharp) Method

ContentResourcePackageManager() public method

public ContentResourcePackageManager ( IBaseModule module, IConstants constants ) : System
module IBaseModule
constants IConstants
return System
        public ContentResourcePackageManager(IBaseModule module, IConstants constants)
        {
            this.level = module as Level;
            this.constants = constants;

            this.BuildPackageVersionName();
        }