Fix time blink x errore C101
This commit is contained in:
@@ -81,15 +81,6 @@ namespace MP.Data.Controllers
|
||||
List<DatabaseModels.MappaStatoExpl> dbResult = new List<DatabaseModels.MappaStatoExpl>();
|
||||
using (var dbCtx = new MoonProContext(_configuration))
|
||||
{
|
||||
//dbResult = dbCtx
|
||||
//.DbSetMSE
|
||||
//.OrderBy(x => x.RowNum)
|
||||
//.ToList();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var maxAgeSec = new SqlParameter("@maxAgeSec", maxAge);
|
||||
|
||||
dbResult = dbCtx
|
||||
|
||||
Reference in New Issue
Block a user