ISEbd-22_Baygulov_A.A._Sush.../SushiBar/SushiBarContracts/BusinessLogicsContracts/IWorkProcess.cs

8 lines
171 B
C#

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