Implement Plunk email sending service with HttpClient integration and DTO definition.
This commit is contained in:
@@ -9,7 +9,5 @@ public class UserConfiguration : IEntityTypeConfiguration<User>
|
||||
public void Configure(EntityTypeBuilder<User> entity)
|
||||
{
|
||||
entity.Property(e => e.Ininitals).HasMaxLength(5);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user