Rename ConcurrencyToken to Concurrency
This commit is contained in:
@@ -7,7 +7,7 @@ namespace AyaNova.Models
|
||||
public class PickListTemplate
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public uint ConcurrencyToken { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
public string Template { get; set; }//JSON fragment of picklist template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user