Пример #1
0
 public TodoistCommand(string type, TodoistCommandArgument args, Guid tempId)
 {
     Type = type;
     Uuid = Guid.NewGuid();
     TempId = tempId;
     Args = args;
 }
Пример #2
0
 public TodoistCommand(string type, TodoistCommandArgument args, Guid tempId)
 {
     Type   = type;
     Uuid   = Guid.NewGuid();
     TempId = tempId;
     Args   = args;
 }
Пример #3
0
 public TodoistCommand(string type, TodoistCommandArgument args)
     : this(type, args, Guid.NewGuid())
 {
 }
Пример #4
0
 public TodoistCommand(string type, TodoistCommandArgument args)
     : this(type, args, Guid.NewGuid())
 {
 }