Esempio n. 1
0
 public IActionResult Followers(string UserId)
 {
     return(View("Index", followers.GetAllFollowers(UserId)));
 }