10 lines
146 B
C#
10 lines
146 B
C#
using System.Collections.Generic;
|
|
|
|
namespace WeddingBooth.LifeCycles
|
|
{
|
|
public class SeatingChartConfiguration : List<Table>
|
|
{
|
|
|
|
}
|
|
}
|