refactorinf & max result per page
This commit is contained in:
parent
6c350a261f
commit
63508b4291
12 changed files with 223 additions and 102 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 Description { get; }
|
||||
public abstract string Description { get; set; }
|
||||
|
||||
[Required()]
|
||||
public bool Consent { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue