Class SearchWord
public class SearchWord
- Inheritance
-
SearchWord
Properties
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
SearchWordId
[Key]
public int SearchWordId { get; set; }
Property Value
Word
public string Word { get; set; }