refactoring the code.
This commit is contained in:
12
Oqtane.Shared/Models/SearchContentWordSource.cs
Normal file
12
Oqtane.Shared/Models/SearchContentWordSource.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
public class SearchContentWordSource
|
||||
{
|
||||
[Key]
|
||||
public int WordSourceId { get; set; }
|
||||
|
||||
public string Word { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user