10 lines
160 B
C#
10 lines
160 B
C#
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
namespace Back.Program.Models.Entities
|
|
{
|
|
[Table("authkey")]
|
|
public class AuthKey
|
|
{
|
|
|
|
}
|
|
} |