Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WeddingBooth.LifeCycles
|
||||
{
|
||||
public class Table
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public List<string> Guests { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user