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

@ -61,15 +61,8 @@ namespace Yavsc.Server.Models.IT
{
return bill;
}
public string Description { get; set; }
public override string GetDescription()
{
return Description;
}
string description;
public override string Description => description;
public Project()
{