You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
212 B

11 months ago
11 months ago
  1. using Shentun.Pacs.EntityFrameworkCore;
  2. using Volo.Abp.Modularity;
  3. namespace Shentun.Pacs;
  4. [DependsOn(
  5. typeof(PeisEntityFrameworkCoreTestModule)
  6. )]
  7. public class PeisDomainTestModule : AbpModule
  8. {
  9. }