Mochalov D.V. LabWork08_Hard #16

Closed
b0n3l3sS wants to merge 15 commits from LabWork08_Hard into LabWork07_Hard
Showing only changes of commit 9c7400183c - Show all commits

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
{
}
}