aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Endpoints/Storage/Files/DeleteEndpoint.cs
blob: eae8f17204c31b449c2893c620102f18d5718f36 (plain) (blame)
1
2
3
4
5
6
namespace Quality.Storage.Api.Endpoints.Storage.Files;

public class DeleteEndpoint
{
    
}