style: 💄 jetbrains.resharper.globaltools 升级到 2023.3 (#70)

This commit is contained in:
2023-12-08 10:24:06 +08:00
committed by GitHub
parent 0059052b87
commit 904df511b9
72 changed files with 82 additions and 87 deletions

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 缓存服务
/// </summary>
public interface ICacheService : IService, ICacheModule { }
public interface ICacheService : IService, ICacheModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 人机验证服务
/// </summary>
public interface ICaptchaService : IService, ICaptchaModule { }
public interface ICaptchaService : IService, ICaptchaModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 配置服务
/// </summary>
public interface IConfigService : IService, IConfigModule { }
public interface IConfigService : IService, IConfigModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 常量服务
/// </summary>
public interface IConstantService : IService, IConstantModule { }
public interface IConstantService : IService, IConstantModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 部门服务
/// </summary>
public interface IDeptService : IService, IDeptModule { }
public interface IDeptService : IService, IDeptModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 开发服务
/// </summary>
public interface IDevService : IService, IDevModule { }
public interface IDevService : IService, IDevModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 字典目录服务
/// </summary>
public interface IDicCatalogService : IService, IDicCatalogModule { }
public interface IDicCatalogService : IService, IDicCatalogModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 字典内容服务
/// </summary>
public interface IDicContentService : IService, IDicContentModule { }
public interface IDicContentService : IService, IDicContentModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 字典服务
/// </summary>
public interface IDicService : IService, IDicModule { }
public interface IDicService : IService, IDicModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 文件服务
/// </summary>
public interface IFileService : IService, IFileModule { }
public interface IFileService : IService, IFileModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 菜单服务
/// </summary>
public interface IMenuService : IService, IMenuModule { }
public interface IMenuService : IService, IMenuModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 请求日志服务
/// </summary>
public interface IRequestLogService : IService, IRequestLogModule { }
public interface IRequestLogService : IService, IRequestLogModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 角色服务
/// </summary>
public interface IRoleService : IService, IRoleModule { }
public interface IRoleService : IService, IRoleModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信-部门映射服务
/// </summary>
public interface ISiteMsgDeptService : IService, ISiteMsgDeptModule { }
public interface ISiteMsgDeptService : IService, ISiteMsgDeptModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信标记服务
/// </summary>
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule { }
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信-角色映射服务
/// </summary>
public interface ISiteMsgRoleService : IService, ISiteMsgRoleModule { }
public interface ISiteMsgRoleService : IService, ISiteMsgRoleModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信服务
/// </summary>
public interface ISiteMsgService : IService, ISiteMsgModule { }
public interface ISiteMsgService : IService, ISiteMsgModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信-用户映射服务
/// </summary>
public interface ISiteMsgUserService : IService, ISiteMsgUserModule { }
public interface ISiteMsgUserService : IService, ISiteMsgUserModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 工具服务
/// </summary>
public interface IToolsService : IService, IToolsModule { }
public interface IToolsService : IService, IToolsModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 用户档案服务
/// </summary>
public interface IUserProfileService : IService, IUserProfileModule { }
public interface IUserProfileService : IService, IUserProfileModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 验证码服务
/// </summary>
public interface IVerifyCodeService : IService, IVerifyCodeModule { }
public interface IVerifyCodeService : IService, IVerifyCodeModule;