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