pablocom / PersonalSite.Backend

This repository is used to study Domain-Driven Design principles, practices and patterns.
4 stars 0 forks source link

use DateOnly instead DateTime #11

Closed seymourpoler closed 2 years ago

seymourpoler commented 2 years ago

I think that the object DateOnly represents much better the idea date of JobPeriodStart or date of JobPeriodEnd, instead DateTime.

seymourpoler commented 2 years ago

PR #12 asociated with this issue

seymourpoler commented 2 years ago

it is done yet