19 lines
493 B
C#
19 lines
493 B
C#
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();
|
|
}
|
|
}
|
|
}
|