예제 #1
0
        public static IpAddress Add(string text)
        {
            IpAddress entity = IpAddress.New();

            entity.IpAddressValue = text;
            Validate(entity);
            return(IpAddress.Update(entity));
        }