using System; using Abp.Dependency; namespace VberAdmin.Timing; public class AppTimes : ISingletonDependency { /// /// Gets the startup time of the application. /// public DateTime StartupTime { get; set; } }