refactoring
This commit is contained in:
parent
e5d945ab91
commit
fb044dabcb
16 changed files with 11 additions and 53 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue