Files
Pilz/Pilz.Networking.CloudProviders.Nextcloud/Client/Apps/Tables/Model/Columns.cs
2024-06-05 19:15:32 +02:00

6 lines
121 B
C#

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