using Abp.Domain.Services; namespace WePlatform.DataCenter { public interface IDataCenterAppService :IDomainService { } }