C# 클래스 Godot.IcsRunner.Core.RecipeExecutor

상속: IRecipeExecutor
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
Execute ( RecipeJob recipeJob ) : void
RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( RecipeJob recipeJob ) : void
recipeJob RecipeJob
리턴 void

RecipeExecutor() 공개 메소드

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