BExIS.Dlm.Services.Party.PartyManager.PartyManager C# (CSharp) Method

PartyManager() public method

public PartyManager ( ) : System
return System
        public PartyManager()
        {
            IUnitOfWork uow = this.GetUnitOfWork();
            this.Repo = uow.GetReadOnlyRepository<PartyX>();
            RepoCustomAttrValues = uow.GetReadOnlyRepository<PartyCustomAttributeValue>();
        }