6 lines
120 B
C#
6 lines
120 B
C#
namespace Pilz.Net.CloudProviders.Nextcloud.Client.Apps.Tables.Model;
|
|
|
|
public class RowsSimple : List<RowSimple>
|
|
{
|
|
}
|