Table of Contents

Class BlacklistedEmailDomain

Namespace
GastroSky.Models
Assembly
GastroSky.Models.dll

Blacklisted email domains will go in here. Known spammer domains and scam/phishing/porn/whatever the fuck we don't wanna have in our DB should go in here.

[Table("BlacklistedEmailDomains")]
public class BlacklistedEmailDomain
Inheritance
BlacklistedEmailDomain
Inherited Members

Properties

CreationTimestampUTC

Unix-timestamp of when this email domain was blacklisted.

public required long CreationTimestampUTC { get; set; }

Property Value

long

Id

The blacklisted email domain.

[Key]
public string Id { get; set; }

Property Value

string