Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration/AdministrationController.cs @ 4478

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

Deleted binaries, added test function (#1198)

File size: 392 bytes
Line 
1using System;
2
3namespace 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.