ISEbd-21_Melnikov_I.O._CarS.../CarService/CarServiceContracts/BusinessLogicsContracts/ICustomerRoleImitationLogic.cs

10 lines
203 B
C#

namespace CarServiceContracts.BusinessLogicsContracts
{
public interface ICustomerRoleImitationLogic
{
bool GenerateRequestData();
bool GenerateWorksInRequest();
bool GeneratePayments();
}
}