forked from Moux23333/FreeSR
8 lines
188 B
C#
8 lines
188 B
C#
namespace FreeSR.Database.Configuration
|
|
{
|
|
public class DatabaseEntry
|
|
{
|
|
public string CollectionName { get; set; }
|
|
public DatabaseType Type { get; set; }
|
|
}
|
|
}
|