WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Events.FilesAPI.Infrastructure.Options;
|
||||
|
||||
public class GeneratedFilesOptions
|
||||
{
|
||||
[Required]
|
||||
public string OutputPath { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user