Removed partial
This commit is contained in:
@@ -3,7 +3,7 @@ using Newtonsoft.Json;
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
public partial class GlobalBizSettings
|
||||
public class GlobalBizSettings
|
||||
{
|
||||
public long Id { get; set; }//this is always 1 as there is only ever one single global biz object
|
||||
public uint ConcurrencyToken { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user