BExIS.Dlm.Services.DataStructure.ClassifierManager.ClassifierManager C# (CSharp) 메소드

ClassifierManager() 공개 메소드

public ClassifierManager ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public ClassifierManager()
        {
            this.Repo = this.GetUnitOfWork().GetReadOnlyRepository<Classifier>();
        }