6 lines
167 B
C#
6 lines
167 B
C#
namespace SushiBarContracts.BusinessLogicsContracts;
|
|
|
|
public interface IWorkProcess
|
|
{
|
|
void DoWork(IImplementerLogic implementerLogic, IOrderLogic orderLogic);
|
|
} |