Example #1
0
 // GET: Post
 public async Task <IActionResult> Index()
 {
     return(View(_repo.GetAllByUser(_userManager.GetUserId(User))));
 }