C# Class Godot.IcsRunner.Core.RecipeExecutor

Inheritance: IRecipeExecutor
Show file Open project: Slesa/Playground

Public Methods

Method Description
Execute ( RecipeJob recipeJob ) : void
RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System

Method Details

Execute() public method

public Execute ( RecipeJob recipeJob ) : void
recipeJob RecipeJob
return void

RecipeExecutor() public method

public RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System
dbConversation IDbConversation
recipeFinder IRecipeFinder
stockFinder IStockFinder
stockBooker IStockBooker
return System