Пример #1
0
        public static Customer NonExisting()
        {
            CustomerId customerId = CustomerId.FromExisting(null);
            DateTime   Now        = DateTime.Now;

            return(new Customer(
                       customerId,
                       null,
                       true,
                       Now,
                       Now));
        }