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