Beispiel #1
0
        public static OrganizationDescendant OrganizationDescendant(int?counter)
        {
            var rtValue = new OrganizationDescendant();

            rtValue.OrgId = "OrgId" + counter.Extra();

            return(rtValue);
        }
        public static OrganizationDescendant OrganizationDescendant(int? counter)
        {
            var rtValue = new OrganizationDescendant();
            rtValue.OrgId = "OrgId" + counter.Extra();

            return rtValue;
        }