paying
This commit is contained in:
parent
aa4cc44453
commit
22d476ebce
10 changed files with 28 additions and 24 deletions
|
|
@ -14,8 +14,10 @@ namespace Yavsc.Models.Billing
|
|||
|
||||
public abstract class NominativeServiceCommand : IBaseTrackedEntity, IQuery, IIdentified<long>
|
||||
{
|
||||
public string GetInvoiceId() { return GetType().Name + "/" + Id; }
|
||||
|
||||
public abstract long Id { get; set; }
|
||||
public abstract string Description { get; set; }
|
||||
public abstract string GetDescription ();
|
||||
|
||||
[Required()]
|
||||
public bool Consent { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue