les commandes nominatives ont un identifiant de paiment

This commit is contained in:
Paul Schneider 2017-05-19 23:35:36 +02:00
commit ec6de91cf0
3 changed files with 7 additions and 0 deletions

View file

@ -6,5 +6,6 @@ namespace YavscLib.Workflow
public interface IQuery: IBaseTrackedEntity, IBillable
{
QueryStatus Status { get; set; }
string PaymentId { get; set; }
}
}