les commandes nominatives ont un identifiant de paiment
This commit is contained in:
parent
3f9db5a35e
commit
ec6de91cf0
3 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ namespace YavscLib.Billing
|
|||
public interface IBillable {
|
||||
string Description { get; set; }
|
||||
List<IBillItem> GetBillItems();
|
||||
long Id { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue