forked from sanchezvem/PyroFetes
Fixed all relationship and write errors in all entities
This commit is contained in:
9
PyroFetes/Models/ShowServiceProvider.cs
Normal file
9
PyroFetes/Models/ShowServiceProvider.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace PyroFetes.Models;
|
||||
|
||||
public class ShowServiceProvider
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user