vnext
Paul Schneider 8 years ago
parent 573bd04531
commit f1cf4276bc
1 changed files with 2 additions and 13 deletions

@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BookAStar.Model.Workflow
{
@ -11,13 +8,6 @@ namespace BookAStar.Model.Workflow
public long Id { get; set; }
public long? CommandId { get; set; }
/// <summary>
/// A command is not required to create
/// an estimate,
/// it will result in a new estimate template
/// </summary>
/// <returns></returns>
public BookQueryPage Query { get; set; }
public string Description { get; set; }
public int? Status { get; set; }
public string Title { get; set; }
@ -51,7 +41,6 @@ namespace BookAStar.Model.Workflow
}
public string OwnerId { get; set; }
private RemoteEntity<BookQueryData, long> BookQueries;
public string ClientId { get; set; }
}

Loading…