Aktywne Wpisy

jestemtunew +1031
Rozpoczynamy sezon zimowy. #motoryzacja #wroclaw
źródło: temp_file515388918697229631
Pobierz
MirasPdk +93
źródło: 1000007791
PobierzSkopiuj link
Skopiuj link
źródło: temp_file515388918697229631
Pobierz
źródło: 1000007791
PobierzRegulamin
Reklama
Kontakt
O nas
FAQ
Osiągnięcia
Ranking
public class User{public int Id { get; set; }public ICollection LikedPosts { get; set; }public ICollection FavoritedPosts { get; set; }}public class Post{public int Id { get; set; }public ICollection UsersThatLike { get; set; }public ICollection UsersThatFavorite { get; set; }}#aspnet #csharp #dotnet #entityframework
public class PostLike
{
public User User { get; set; }
public Post Post { get; set;
tutaj fajnie wytłumaczone