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