forked from sanchezvem/PyroFetes
Delete Staff.cs
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
using System.ComponentModel.DataAnnotations;
|
|
||||||
|
|
||||||
namespace PyroFetes.Models;
|
|
||||||
|
|
||||||
public class Staff
|
|
||||||
{
|
|
||||||
[Key] public int Id { get; set; }
|
|
||||||
[Required] public string? F4T2NumberApproval { get; set; }
|
|
||||||
[Required] public string? F4T2ExpirationDate { get; set; }
|
|
||||||
}
|
|
Reference in New Issue
Block a user