using System; namespace OKB.Administration { public interface IAdministrationController { string GetDateTimeString(); } }