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

6 lines
115 B
C#

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