Compare commits

..

No commits in common. "c4e266450d0cac4e5fe893d8e25684c4d8d9e2c0" and "7737725327cb9b99e2e2788315050a058091fc1c" have entirely different histories.

View File

@ -65,9 +65,9 @@ namespace NeDvachAPI
//);
Post receivedPost = new()
{
Date = DateTime.Now,
Id = reader.GetInt32(0),
Text = reader.GetString(1)
Text = reader.GetString(1),
Timestamp = reader.GetString(2)
};
posts.Add(receivedPost);
//posts[postCount] = receivedPost;