source:
branches/WebApplication/Administration/IAdministrationController.cs
@
4930
Last change on this file since 4930 was 4478, checked in by cfleisch, 14 years ago | |
---|---|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[4476] | 1 | using System; |
2 | ||
3 | namespace OKB.Administration | |
4 | { | |
5 | public interface IAdministrationController | |
6 | { | |
[4478] | 7 | string GetDateTimeString(); |
[4476] | 8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.