Files
mapo-mono/MP.MONO.Data/DbModels/LogProdModel.cs
T
2022-02-10 19:41:03 +01:00

13 lines
198 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MP.MONO.Data.DbModels
{
public class LogProdModel
{
}
}