19 lines
444 B
C#
19 lines
444 B
C#
using JiShe.IoT.FreeSqlReppsitory.Tests;
|
|
using JiShe.IoT.Localization;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace JiShe.IoT
|
|
{
|
|
public abstract class IoTFreeSqlRepositoryTestBase: IoTTestBase<IoTFreeSqlRepositoryTestModule>
|
|
{
|
|
public IoTFreeSqlRepositoryTestBase()
|
|
{
|
|
ServiceProvider.InitializeLocalization();
|
|
}
|
|
}
|
|
}
|