Ejemplo n.º 1
0
 public List <User> GetFollowing(string userId)
 {
     try
     {
         return(_graphDB.GetFollowing(userId));
     }
     catch (Exception)
     {
         throw new FaildToConnectDbException();
     }
 }