public ForeignPersonRentContractStrategy(CreateContractCommandBase command, IRepositoryService service) : base(command, service) { }
public RentContractCreationStrategyBase(CreateContractCommandBase command, IRepositoryService service) { _command = command; _service = service; }