12 lines
267 B
C#
12 lines
267 B
C#
using Volo.Abp.Modularity;
|
|
|
|
namespace JiShe.CollectBus.EntityFrameworkCore
|
|
{
|
|
public class JiSheCollectBusEntityFrameworkCoreModule: AbpModule
|
|
{
|
|
public override void ConfigureServices(ServiceConfigurationContext context)
|
|
{
|
|
}
|
|
}
|
|
}
|