WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Events.FilesAPI.Infrastructure.Files;
|
||||
|
||||
public sealed class GeneratedFileReference
|
||||
{
|
||||
public string PhysicalPath { get; init; } = string.Empty;
|
||||
public string FileName { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user