send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
cc25376d82
18 changed files with 47 additions and 27 deletions
|
|
@ -4,6 +4,7 @@ using System.Collections.Generic;
|
|||
namespace Yavsc.Billing
|
||||
{
|
||||
public interface IBillable {
|
||||
string BillingCode { get; set; }
|
||||
string GetDescription ();
|
||||
List<IBillItem> GetBillItems();
|
||||
long Id { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue