refactorinf & max result per page
This commit is contained in:
parent
6c350a261f
commit
63508b4291
12 changed files with 223 additions and 102 deletions
|
|
@ -51,7 +51,11 @@ namespace Yavsc.Server.Models.IT
|
|||
}
|
||||
|
||||
string description;
|
||||
public override string Description => description;
|
||||
public override string Description
|
||||
{
|
||||
get { return description; }
|
||||
set { description = value; }
|
||||
}
|
||||
|
||||
public Project()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue