Files
Needlework.Net/Needlework.Net/Models/PathOperation.cs
2024-08-18 20:08:25 -05:00

5 lines
151 B
C#

using Microsoft.OpenApi.Models;
namespace Needlework.Net.Models;
public record PathOperation(string Method, string Path, OpenApiOperation Operation);