12 lines
241 B
C#
12 lines
241 B
C#
namespace AyaNova.Models
|
|
{
|
|
|
|
public partial class NewTextIdConcurrencyTokenItem
|
|
{
|
|
public long Id { get; set; }
|
|
public string NewText { get; set; }
|
|
public uint ConcurrencyToken { get; set; }
|
|
}
|
|
|
|
}
|