using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace AcaMate.V1.Models; [Table("authkey")] public class AuthKey { }