Skip to content

Commit

Permalink
post in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Macneil committed Apr 20, 2017
1 parent 08d515a commit 7dff8cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Empty file.
11 changes: 11 additions & 0 deletions src/dotnetGigs/Models/Entities/JobSeeker.cs
@@ -0,0 +1,11 @@

namespace DotNetGigs.Models.Entities
{
public class JobSeeker
{
public int Id { get; set; }
public string IdentityId { get; set; }
public AppUser Identity { get; set; } // navigation property
public string Location {get;set;}
}
}

0 comments on commit 7dff8cd

Please sign in to comment.