PIbd-22. Katysheva N.E LabWork6 #10

Closed
revengel66 wants to merge 17 commits from lab6 into lab5
Showing only changes of commit de9cf6e893 - Show all commits

View File

@ -0,0 +1,8 @@

namespace PizzeriaContracts.BusinessLogicsContracts
{
public interface IWorkProcess
{
void DoWork(IImplementerLogic implementerLogic, IOrderLogic orderLogic);
}
}