Removed partial
This commit is contained in:
@@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
public partial class SearchKey
|
||||
public class SearchKey
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public uint ConcurrencyToken { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user