6 lines
104 B
C#
6 lines
104 B
C#
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses;
|
|
|
|
public interface IOcsResponse
|
|
{
|
|
}
|