mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-19 11:04:23 +00:00
10 lines
149 B
C#
10 lines
149 B
C#
namespace Oqtane.Models
|
|
{
|
|
public class Database
|
|
{
|
|
public string Name { get; set; }
|
|
|
|
public string Type { get; set; }
|
|
}
|
|
}
|