Initial commit AB#12
This commit is contained in:
13
venues/Entities/Venue.cs
Normal file
13
venues/Entities/Venue.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Venues.Entities
|
||||
{
|
||||
public partial class Venue
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Link { get; set; }
|
||||
public string? Active { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user