going to live
This commit is contained in:
parent
893d5a5ecf
commit
000a984659
21 changed files with 2495 additions and 183 deletions
|
|
@ -15,6 +15,9 @@ namespace Yavsc.Models.Billing
|
|||
{
|
||||
public abstract long Id { get; set; }
|
||||
public abstract string Description { get; set; }
|
||||
|
||||
[Required()]
|
||||
public bool Consent { get; set; }
|
||||
public DateTime DateCreated
|
||||
{
|
||||
get; set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue