监控时间
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user