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