BExIS.Web.Shell.Controllers.TestController.addPartyStatusType C# (CSharp) Метод

addPartyStatusType() приватный Метод

private addPartyStatusType ( PartyType partyType ) : Dlm.Entities.Party.PartyStatusType
partyType BExIS.Dlm.Entities.Party.PartyType
Результат Dlm.Entities.Party.PartyStatusType
        private Dlm.Entities.Party.PartyStatusType addPartyStatusType(PartyType partyType)
        {
            Dlm.Services.Party.PartyTypeManager ptm = new Dlm.Services.Party.PartyTypeManager();
            return ptm.AddStatusType(partyType, "just created", "this is for test data", 0);
        }