11 lines
208 B
C#
11 lines
208 B
C#
|
|
namespace FrontOffice.BFF.Application.Common.Interfaces;
|
||
|
|
|
||
|
|
public interface IApplicationContractContext
|
||
|
|
{
|
||
|
|
#region FM
|
||
|
|
|
||
|
|
//FileLogContract.FileLogContractClient FileManagements { get; }
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
}
|