paying
This commit is contained in:
parent
aa4cc44453
commit
22d476ebce
10 changed files with 28 additions and 24 deletions
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
namespace Yavsc.Billing
|
||||
{
|
||||
public interface IBillable {
|
||||
string Description { get; set; }
|
||||
string GetDescription ();
|
||||
List<IBillItem> GetBillItems();
|
||||
long Id { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue