This commit is contained in:
zaccaria.majid
2022-12-28 11:32:54 +01:00
parent 68183cb007
commit 665f259370
11 changed files with 295 additions and 389 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MP.Data.DatabaseModels
{
@@ -41,4 +35,4 @@ namespace MP.Data.DatabaseModels
public decimal ScaQT { get; set; }
public decimal ScaVT { get; set; }
}
}
}
@@ -1,9 +1,4 @@
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MP.Data.DatabaseModels
{
@@ -21,4 +16,4 @@ namespace MP.Data.DatabaseModels
public decimal TotLotto { get; set; }
public bool IsForced { get; set; }
}
}
}