source:
branches/WebApplication/Administration.Tests/Mocks/MockAdministrationController.cs
@
4571
Last change on this file since 4571 was 4478, checked in by cfleisch, 14 years ago | |
---|---|
File size: 426 bytes |
Line | |
---|---|
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 | { |
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.