Rename ConcurrencyToken to Concurrency
This commit is contained in:
@@ -17,7 +17,7 @@ namespace AyaNova.Models
|
||||
public class FormCustom
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public uint ConcurrencyToken { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
[Required, MaxLength(255)]
|
||||
public string FormKey { get; set; }//max 255 characters ascii set
|
||||
|
||||
Reference in New Issue
Block a user