Changeset 4478 for branches/WebApplication/Administration.Tests/Mocks
- Timestamp:
- 09/23/10 20:06:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/Administration.Tests/Mocks/MockAdministrationController.cs
r4476 r4478 8 8 public class MockAdministrationController : IAdministrationController 9 9 { 10 #region IAdministrationController Members 11 12 public string GetDateTimeString() 13 { 14 throw new NotImplementedException(); 15 } 16 17 #endregion 10 18 } 11 19 }
Note: See TracChangeset
for help on using the changeset viewer.