0
rodrigosturm created
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
1 Answer(s)
-
0
You can set it in CreateOrEditModal method of controller.
if (id.HasValue){ ... } else{ getPersonForEditOutput = new GetPersonForEditOutput{ Person = new CreateOrEditPersonDto() { BirthDate = DateTime.Today } // <------ }; }Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)
