public class Beğeni
{
[Key]
[Required]
public int BeğeniID { get; set; }
public int KategoriID { get; set; }
public int UrunID { get; set; }
public int UrunVaryantID { get; set; }
public int KullanıcıID { get; set; }
}