Files
T-DAS/Epost.DAL/Properties/Class1.cs

13 lines
180 B
C#
Raw Permalink Normal View History

2023-01-13 15:30:20 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Epost.DAL
{
public class Class1
{
}
}