Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 15, 2019 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/eab4cd00d128e9f368d96218bb1897b5 to your computer and use it in GitHub Desktop.
Save IntegerMan/eab4cd00d128e9f368d96218bb1897b5 to your computer and use it in GitHub Desktop.
public IEnumerable<JobInfo> FindJobsMatchingResume(
ResumeInfo resume,
UserInfo user)
{
// Create a database connection
// Do a query against the database
// Translate results into simple objects
// Return a list of matching objects
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment