Fogo
This commit is contained in:
@ -3,7 +3,7 @@ namespace Yavsc.Abstract.Workflow
|
||||
using Yavsc;
|
||||
using Yavsc.Billing;
|
||||
|
||||
public interface IQuery: IBaseTrackedEntity, IBillable
|
||||
public interface IQuery: ITrackedEntity, IBillable
|
||||
{
|
||||
QueryStatus Status { get; set; }
|
||||
string PaymentId { get; set; }
|
||||
|
Reference in New Issue
Block a user