6 lines
115 B
C#
6 lines
115 B
C#
namespace Pilz.Networking.CloudProviders.Nextcloud.Client.Apps.Tables.Model;
|
|
|
|
public class Rows : List<Row>
|
|
{
|
|
}
|