using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace WebApiWebSem.DataAccess.Models { public partial class articles { public Guid id { get; set; } } }