source:
branches/WebApplication/Administration.Tests/Mocks/MockAdministrationController.cs
@
4949
Last change on this file since 4949 was 4478, checked in by cfleisch, 14 years ago | |
---|---|
File size: 426 bytes |
Rev | Line | |
---|---|---|
[4476] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Text; | |
4 | using OKB.Administration; | |
5 | ||
6 | namespace OKB.Administration.Tests.Mocks | |
7 | { | |
8 | public class MockAdministrationController : IAdministrationController | |
9 | { | |
[4478] | 10 | #region IAdministrationController Members |
11 | ||
12 | public string GetDateTimeString() | |
13 | { | |
14 | throw new NotImplementedException(); | |
15 | } | |
16 | ||
17 | #endregion | |
[4476] | 18 | } |
19 | } |
Note: See TracBrowser
for help on using the repository browser.