using System.ComponentModel.DataAnnotations; namespace PF3.Models; public class ShowServiceProvider { [Key] public int Id { get; set; } }