step to Yavsc api
This commit is contained in:
parent
805e5fcb4f
commit
70c5a6552a
1 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
using BookAStar.Helpers;
|
||||
using BookAStar.Model.Interfaces;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
|
|
@ -77,5 +78,8 @@ namespace BookAStar.Model.Workflow
|
|||
}
|
||||
}
|
||||
|
||||
public DateTime LatestValidationDate { get; set; }
|
||||
|
||||
public DateTime ClientApprouvalDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue