billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
|
|
@ -1,6 +1,5 @@
|
|||
namespace YavscLib.Models.Workflow
|
||||
namespace YavscLib.Workflow
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using YavscLib;
|
||||
using YavscLib.Billing;
|
||||
|
||||
|
|
@ -8,9 +7,4 @@ namespace YavscLib.Models.Workflow
|
|||
{
|
||||
QueryStatus Status { get; set; }
|
||||
}
|
||||
public interface IBillable {
|
||||
string Description { get; set; }
|
||||
List<IBillItem> GetBillItems();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue