Free cookie consent management tool by TermsFeed Policy Generator

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

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

Create repository (#1198)

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