WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
6
Events-WebApi/Events.WebAPI/Constants.cs
Normal file
6
Events-WebApi/Events.WebAPI/Constants.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Events.WebAPI;
|
||||
|
||||
public class Constants
|
||||
{
|
||||
public static string ApiVersion => "1.0.0";
|
||||
}
|
||||
Reference in New Issue
Block a user