CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
IApplicationContextProvider.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="LocalProxy.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Implements a data portal proxy to relay data portal</summary>
7//-----------------------------------------------------------------------
9{
10 internal interface IApplicationContextProvider
11 {
12 }
13}