Rename vari metodo elenco magazzini

This commit is contained in:
Samuele Locatelli
2022-12-19 15:04:33 +01:00
parent 53b355c036
commit dd2a47f2c7
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ namespace MP.Data.Controllers
/// Elenco Magazzini
/// </summary>
/// <returns></returns>
public List<AnagMagModel> ElencoMagazzini()
public List<AnagMagModel> MagazziniList()
{
List<AnagMagModel> dbResult = new List<AnagMagModel>();
using (var dbCtx = new MoonPro_InveContext(_configuration))
+1 -1
View File
@@ -58,7 +58,7 @@ namespace MP.INVE.Components
userName = $"{answ.Cognome} {answ.Nome} ({answ.MatrOpr})";
if (NavManager.Uri.Contains("OperatoreLogin"))
{
NavManager.NavigateTo("Starter", true);
NavManager.NavigateTo("ElencoMagazzini", true);
}
}
else
+1 -1
View File
@@ -82,7 +82,7 @@ namespace MP.INVE.Components
if (reqNew)
{
elencoOperatori = MIDataservice.ElencoOperatori();
ElencoMagazzini = MIDataservice.ElencoMagazzini();
ElencoMagazzini = MIDataservice.MagazziniList();
}
}
+1 -1
View File
@@ -90,7 +90,7 @@ namespace MP.INVE.Components
isLoading = true;
ElencoMagazzini = null;
SearchRecords = null;
SearchRecords = MIDataservice.ElencoMagazzini();
SearchRecords = MIDataservice.MagazziniList();
totalCount = SearchRecords.Count;
ElencoMagazzini = SearchRecords.Skip(numRecord * (currPage - 1)).Take(numRecord).ToList();
await Task.Delay(1);
+2 -2
View File
@@ -291,7 +291,7 @@ namespace MP.INVE.Data
return result;
}
public List<AnagMagModel> ElencoMagazzini()
public List<AnagMagModel> MagazziniList()
{
Stopwatch stopWatch = new Stopwatch();
stopWatch.Start();
@@ -306,7 +306,7 @@ namespace MP.INVE.Data
}
else
{
result = dbController.ElencoMagazzini();
result = dbController.MagazziniList();
// serializzo e salvo...
rawData = JsonConvert.SerializeObject(result);
redisDb.StringSetAsync(redisMagList, rawData, getRandTOut(redisLongTimeCache));
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.INVE</RootNamespace>
<Version>6.16.2212.1911</Version>
<Version>6.16.2212.1915</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOINVE </i>
<h4>Versione: 6.16.2212.1911</h4>
<h4>Versione: 6.16.2212.1915</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2212.1911
6.16.2212.1915
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2212.1911</version>
<version>6.16.2212.1915</version>
<url>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>