示例#1
0
 public async Task <IActionResult> AllPostsOfUser()
 {
     return(View(await _postBLL.GetAdminPosts(User)));
 }