This commit is contained in:
2021-12-23 17:49:06 +00:00
parent 04abe2adcb
commit 20e4826e9c
29 changed files with 29 additions and 29 deletions

View File

@@ -561,7 +561,7 @@ MULTIPLE discount / markup ITEMS
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -404,7 +404,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -217,7 +217,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
////////////////////////////////////////////////////////////////////////////////////////////////

View File

@@ -348,7 +348,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -325,7 +325,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -312,7 +312,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -320,7 +320,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -924,7 +924,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -366,7 +366,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -547,7 +547,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -313,7 +313,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -77,7 +77,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -77,7 +77,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -318,7 +318,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -315,7 +315,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -811,7 +811,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -905,7 +905,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -315,7 +315,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -382,7 +382,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -295,7 +295,7 @@
// {
// //for now just re-use the report data code
// //this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
// return await GetReportData(dataListSelectedRequest);
// return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
// }

View File

@@ -335,7 +335,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -320,7 +320,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -364,7 +364,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -331,7 +331,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -383,7 +383,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -182,7 +182,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -315,7 +315,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}
public async Task<List<string>> ImportData(JArray ja)

View File

@@ -1083,7 +1083,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}

View File

@@ -348,7 +348,7 @@ namespace AyaNova.Biz
{
//for now just re-use the report data code
//this may turn out to be the pattern for most biz object types but keeping it seperate allows for custom usage from time to time
return await GetReportData(dataListSelectedRequest);
return await GetReportData(dataListSelectedRequest, renderTimeOutExpiry);
}