pschelpdesk/Vendor/Prise/Core/RuntimeInfo.cs
2024-11-04 20:45:34 +01:00

9 lines
154 B
C#

using System.Collections.Generic;
namespace Prise
{
public class RuntimeInfo
{
public IEnumerable<Runtime> Runtimes { get; set; }
}
}