forked from sanchezvem/PyroFetes
Creating all entities for subject 2
This commit is contained in:
10
PyroFetes/Models/Setting.cs
Normal file
10
PyroFetes/Models/Setting.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
public class Setting
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
[Required] public string? Logo { get; set; }
|
||||
[Required] public string? ElectronicSignature { get; set; }
|
||||
}
|
Reference in New Issue
Block a user