Esempio n. 1
0
 public TodoistCommand(string type, TodoistCommandArgument args, Guid tempId)
 {
     Type = type;
     Uuid = Guid.NewGuid();
     TempId = tempId;
     Args = args;
 }
Esempio n. 2
0
 public TodoistCommand(string type, TodoistCommandArgument args, Guid tempId)
 {
     Type   = type;
     Uuid   = Guid.NewGuid();
     TempId = tempId;
     Args   = args;
 }
Esempio n. 3
0
 public TodoistCommand(string type, TodoistCommandArgument args)
     : this(type, args, Guid.NewGuid())
 {
 }
Esempio n. 4
0
 public TodoistCommand(string type, TodoistCommandArgument args)
     : this(type, args, Guid.NewGuid())
 {
 }