Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration/IAdministrationController.cs @ 4776

Last change on this file since 4776 was 4478, checked in by cfleisch, 14 years ago

Deleted binaries, added test function (#1198)

File size: 152 bytes
Line 
1using System;
2
3namespace OKB.Administration
4{
5    public interface IAdministrationController
6    {
7        string GetDateTimeString();
8    }
9}
Note: See TracBrowser for help on using the repository browser.