Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration.Tests/Mocks/MockAdministrationController.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: 426 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using OKB.Administration;
5
6namespace OKB.Administration.Tests.Mocks
7{
8    public class MockAdministrationController : IAdministrationController
9    {
10        #region IAdministrationController Members
11
12        public string GetDateTimeString()
13        {
14            throw new NotImplementedException();
15        }
16
17        #endregion
18    }
19}
Note: See TracBrowser for help on using the repository browser.