private static BusinessScope CreateBusinessScope(params Scope[] scopes) { BusinessScope businessScope = new BusinessScope(); businessScope.scope = scopes.ToList(); return(businessScope); }
public StandardBusinessDocumentHeader SetBusinessScope(BusinessScope businessScope) { this.businessScope = businessScope; return(this); }