добавление интерфейса
This commit is contained in:
parent
ad9f45d3ab
commit
191fd514aa
@ -5,7 +5,7 @@ namespace CarServiceBusinessLogic.BusinessLogics
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Заглушка для роли клиента
|
/// Заглушка для роли клиента
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class CustomerRoleImitationLogic
|
public class CustomerRoleImitationLogic : ICustomerRoleImitationLogic
|
||||||
{
|
{
|
||||||
private readonly ICustomerLogic _customerLogic;
|
private readonly ICustomerLogic _customerLogic;
|
||||||
private readonly IVehicleLogic _vehicleLogic;
|
private readonly IVehicleLogic _vehicleLogic;
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace CarServiceContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
public interface ICustomerRoleImitationLogic
|
||||||
|
{
|
||||||
|
bool GenerateRequestData();
|
||||||
|
bool GenerateWorksInRequest();
|
||||||
|
bool GeneratePayments();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user