This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user