Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/Administration/Views/IDefaultView.cs @ 4585

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

Create repository (#1198)

File size: 163 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OKB.Administration.Views
6{
7    public interface IDefaultView
8    {
9    }
10}
Note: See TracBrowser for help on using the repository browser.