parent
e4724f2d3e
commit
cb6c595c8c
@ -0,0 +1,11 @@
|
|||||||
|
namespace Interfaces
|
||||||
|
{
|
||||||
|
public class AppDetails
|
||||||
|
{
|
||||||
|
public string ApplicationName { get; set; }
|
||||||
|
public string Version { get; set; }
|
||||||
|
public string DataBaseProvider { get; set; }
|
||||||
|
public string LoggerProvider { get; set; }
|
||||||
|
public string ErrorEmailAddress { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user