using Volo.Abp.Modularity; using Win_in.Sfs.Print.Application; namespace Win_in.Sfs.Print { [DependsOn( typeof(PrintApplicationModule), typeof(PrintDomainTestModule) )] public class PrintApplicationTestModule : AbpModule { } }