Example #1
0
        public static async Task <bool> CreateRecipe(Models.Abstracts.Recipe recipe)
        {
            recipe.CreateLatex();

            return(await CreatePDF(recipe.ResultPath, recipe.TemplatePath, recipe.Name));
        }
Example #2
0
 public static void CreateLatex(Models.Abstracts.Recipe recipe)
 {
     recipe.CreateLatex();
 }