示例#1
0
 public IActionResult Followed(string UserId)
 {
     return(View("Index", followers.GetAllFollowed(UserId)));
 }