add IWorkProcess lab6
This commit is contained in:
parent
8cba1d13b9
commit
de9cf6e893
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
namespace PizzeriaContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
public interface IWorkProcess
|
||||||
|
{
|
||||||
|
void DoWork(IImplementerLogic implementerLogic, IOrderLogic orderLogic);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user