Kleinere Bugfixes
This commit is contained in:
@@ -7725,6 +7725,11 @@ namespace BeWo.Service.ServiceImplementations
|
||||
|
||||
var code = DakotaFileCreator.GenerateDakotaFilesByMonth(year, month);
|
||||
|
||||
var path = @"C:\Projects\out";
|
||||
|
||||
File.WriteAllText(path, code.FirstOrDefault());
|
||||
|
||||
|
||||
//var baseoid = long.Parse((string)param);
|
||||
|
||||
//var accounting = new AccountingServiceImp();
|
||||
|
||||
Reference in New Issue
Block a user