Save
This commit is contained in:
6
Models/AppConfiguration.cs
Normal file
6
Models/AppConfiguration.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace decePubClient.Models;
|
||||
|
||||
public class AppConfiguration
|
||||
{
|
||||
public string Version { get; set; }
|
||||
}
|
Reference in New Issue
Block a user