/ValueObjects

A collection of Value Object samples for use in DDD projects.

Primary LanguageC#MIT LicenseMIT

Value Objects

A collection of Value Object samples for use in DDD projects.

Brought to you by NimblePros.

Included Objects

  • DateTimeOffsetRange. Describes anything with a start and end DateTimeOffset.
  • DateTimeRange. Describes anything with a start and end DateTime.