using Win_in.Sfs.Scp.Management.Localization; using Volo.Abp.Application.Services; namespace Win_in.Sfs.Scp.Management { public abstract class ManagementAppService : ApplicationService { protected ManagementAppService() { LocalizationResource = typeof(ManagementResource); ObjectMapperContext = typeof(ManagementApplicationModule); } } }