Implement Plunk email sending service with HttpClient integration and DTO definition.

This commit is contained in:
2026-01-25 13:43:25 +01:00
parent ba2a455a2b
commit d1a72876d2
4 changed files with 38 additions and 9 deletions

View File

@@ -9,7 +9,5 @@ public class UserConfiguration : IEntityTypeConfiguration<User>
public void Configure(EntityTypeBuilder<User> entity)
{
entity.Property(e => e.Ininitals).HasMaxLength(5);
}
}