Files
Pilz/Pilz.Net.CloudProviders.Nextcloud/Client/Apps/Tables/Model/Columns.cs
2024-08-16 06:59:39 +02:00

6 lines
114 B
C#

namespace Pilz.Net.CloudProviders.Nextcloud.Client.Apps.Tables.Model;
public class Columns : List<Column>
{
}