rimozione Table COunters

This commit is contained in:
Samuele Locatelli
2021-08-24 15:23:46 +02:00
parent d364a16a58
commit d0ab2df2ba
-20
View File
@@ -1,20 +0,0 @@
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GWMS.Data.DatabaseModels
{
[Keyless]
public class TableCount
{
#region Public Properties
public int Count { get; set; }
public string TableName { get; set; }
#endregion Public Properties
}
}