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();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|