Update: Auth Claims Refinement, Job Creation

Auth Claims for Job Creation types, user details.
This commit is contained in:
Gary Sharp
2014-02-04 17:41:00 +11:00
parent eea71e6eb0
commit 7748f15d76
39 changed files with 1296 additions and 899 deletions
@@ -9,5 +9,6 @@ namespace Disco.Web.Models.Job
public class CreateRedirectModel
{
public string RedirectLink { get; set; }
public TimeSpan? RedirectDelay { get; set; }
}
}