监控时间

This commit is contained in:
2022-04-20 11:00:13 +08:00
parent 84a505bcc4
commit 3de8087fcc
6 changed files with 30 additions and 70 deletions
@@ -1,12 +1,7 @@
using IRaCIS.Core.Infrastructure.ExpressionExtend;
using IRaCIS.Application.Interfaces;
using IRaCIS.Application.Contracts;
using IRaCIS.Core.Infra.EFCore;
using IRaCIS.Application.Contracts;
using IRaCIS.Core.Domain.Share;
using IRaCIS.Core.Infrastructure;
using System.Text.RegularExpressions;
using Autofac.Extras.DynamicProxy;
using IRaCIS.Core.API.Utility.AOP;
using Microsoft.AspNetCore.Mvc;
using Panda.DynamicWebApi.Attributes;
@@ -15,7 +10,6 @@ using Microsoft.AspNetCore.Authorization;
namespace IRaCIS.Application.Services
{
[ApiExplorerSettings(GroupName = "Management")]
[Intercept(typeof(UserAddAOP))]
public class UserService : BaseService, IUserService
{
private readonly IRepository<User> _userRepository;