refactoring
This commit is contained in:
parent
e5d945ab91
commit
fb044dabcb
16 changed files with 11 additions and 53 deletions
|
|
@ -18,7 +18,7 @@ namespace Yavsc.Models.Billing
|
|||
public string GetInvoiceId() { return GetType().Name + "/" + Id; }
|
||||
|
||||
public abstract long Id { get; set; }
|
||||
public abstract string GetDescription ();
|
||||
public abstract string Description { get; }
|
||||
|
||||
[Required()]
|
||||
public bool Consent { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue