Created
September 12, 2019 11:06
-
-
Save dileno/d3ce9210d8c522fc8354a95a40bf80a7 to your computer and use it in GitHub Desktop.
BlogPostsController Data repository sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_repo.Add(blogPost); | |
var save = await _repo.SaveAsync(blogPost); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment