common/Service/MeterProcessState/Areas/HelpPage/ModelDescriptions/CollectionModelDescription.cs

7 lines
212 B
C#
Raw Permalink Normal View History

2026-04-23 15:50:07 +00:00
namespace Service.MeterProcessState.Areas.HelpPage.ModelDescriptions
{
public class CollectionModelDescription : ModelDescription
{
public ModelDescription ElementDescription { get; set; }
}
}