require a command type in estimation

This commit is contained in:
Paul Schneider 2017-03-03 01:17:00 +01:00
commit ea5ab19f8f
6 changed files with 2024 additions and 9 deletions

View file

@ -12,5 +12,6 @@
long Id { get; set; }
string OwnerId { get; set; }
string Title { get; set; }
}
}