WIP Estimate
This commit is contained in:
parent
5604ae3a54
commit
9293ee4ec9
27 changed files with 1308 additions and 76 deletions
|
|
@ -81,21 +81,6 @@ namespace BookAStar.ViewModels
|
|||
}
|
||||
}
|
||||
|
||||
private int? status;
|
||||
[JsonIgnore]
|
||||
public int? Status
|
||||
{
|
||||
get
|
||||
{
|
||||
return Data.Status;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
SetProperty<int?>(ref status, value, "Status");
|
||||
Data.Status = status;
|
||||
}
|
||||
}
|
||||
private string title;
|
||||
[JsonIgnore]
|
||||
public string Title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue