source:
branches/WebApplication/Administration/AdministrationController.cs
@
5489
Last change on this file since 5489 was 4478, checked in by cfleisch, 14 years ago | |
---|---|
File size: 392 bytes |
Line | |
---|---|
1 | using System; |
2 | |
3 | namespace OKB.Administration |
4 | { |
5 | public class AdministrationController : IAdministrationController |
6 | { |
7 | public AdministrationController() |
8 | { |
9 | } |
10 | |
11 | |
12 | #region IAdministrationController Members |
13 | |
14 | public string GetDateTimeString() |
15 | { |
16 | return DateTime.Now.ToString(); |
17 | } |
18 | |
19 | #endregion |
20 | } |
21 | } |
Note: See TracBrowser
for help on using the repository browser.