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

6 lines
108 B
C#

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