Skip to content

Commit

Permalink
Merge pull request #39 from jaredmoo/master
Browse files Browse the repository at this point in the history
Removed Blog.LastReader property from ElasticDapper sample.
  • Loading branch information
jaredmoo committed Aug 30, 2015
2 parents 694e584 + 7c427ef commit 9afce73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Samples/Dapper/DataClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ public class Blog
public string Name { get; set; }

public string Url { get; set; }

public string LastReader { get; set; }
}
}

0 comments on commit 9afce73

Please sign in to comment.