feat: Füge die Spalten ValidFrom und ValidTo zur UserRep-DTO hinzu.

This commit is contained in:
Developer 02
2024-11-06 17:11:38 +01:00
parent a9bc4f90ac
commit 770921011a
4 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations;
namespace DigitalData.UserManager.Domain.Entities
{