[WIP/IT] Batch interface & project controller

* the batch don't expose any format consideration for the log file
* a generated project controller, mostly to get a DbSet from db context
This commit is contained in:
Paul Schneider 2018-06-22 17:47:57 +02:00
commit 87f4e0f696
12 changed files with 787 additions and 34 deletions

View file

@ -8,6 +8,6 @@ namespace Yavsc.Abstract.Interfaces
Action<TOutput> ResultHandler { get; }
void Launch(TInput Input);
string HtmlLogPath { get; set; }
string LogPath { get; set; }
}
}