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

CourseStructureManager() public method

public CourseStructureManager ( IDownloadService ds, IContentResourceServcie resource, IConstants constants ) : System
ds IDownloadService
resource IContentResourceServcie
constants IConstants
return System
        public CourseStructureManager(IDownloadService ds, IContentResourceServcie resource, IConstants constants)
        {
            this.downloadService = ds;
            this.constants = constants;
            this.courseContentResourceService = resource;
        }