интерфейс

This commit is contained in:
Данила Мочалов 2023-04-23 23:13:35 +04:00
parent 2d7ffc80ca
commit 9c7400183c

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LawFirmContracts.DI
{
public interface ILogicImplementationExtension : IImplementationExtension
{
}
}