JiShe.IOT.Admin/test/JiShe.ServicePro.FreeSqlReppsitory.Tests/ServiceProFreeSqlRepositoryTestBase.cs

19 lines
493 B
C#
Raw Normal View History

2025-05-27 14:02:24 +08:00
using JiShe.ServicePro.FreeSqlReppsitory.Tests;
using JiShe.ServicePro.Localization;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.ServicePro
{
public abstract class ServiceProFreeSqlRepositoryTestBase: ServiceProTestBase<ServiceProFreeSqlRepositoryTestModule>
{
public ServiceProFreeSqlRepositoryTestBase()
{
ServiceProvider.InitializeLocalization();
}
}
}