6 lines
185 B
C#
6 lines
185 B
C#
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses;
|
|
|
|
public class OcsResponseDataArray<TEntry> : List<TEntry>, IOcsResponseData where TEntry : OcsResponseDataEntry
|
|
{
|
|
}
|