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

PartyRelationshipTypeManager() public method

public PartyRelationshipTypeManager ( ) : System
return System
        public PartyRelationshipTypeManager()
        {
            IUnitOfWork uow = this.GetUnitOfWork();
            this.Repo = uow.GetReadOnlyRepository<PartyRelationshipType>();
        }