refactoring

This commit is contained in:
Paul Schneider 2018-08-01 03:12:08 +02:00
commit fb044dabcb
16 changed files with 11 additions and 53 deletions

View file

@ -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; }