CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
ICslaConfiguration.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="ICslaConfiguration.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Use this type to configure the settings for CSLA .NET</summary>
7//-----------------------------------------------------------------------
8using Csla.Core;
9using System;
10using System.Collections.Generic;
11using System.Text;
12
13namespace Csla.Configuration
14{
18 public interface ICslaConfiguration
19 {
20 }
21}
Use this type to configure the settings for CSLA .NET.