This commit is contained in:
11
server/models/dto/NewTextIdConcurrencyTokenItem.cs
Normal file
11
server/models/dto/NewTextIdConcurrencyTokenItem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Sockeye.Models
|
||||
{
|
||||
|
||||
public class NewTextIdConcurrencyTokenItem
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string NewText { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user