Commit 7ba2d7016a16da651f55a70a6d97539dcbc14622

Authored by 李曜臣
1 parent 8e0c49eb

产品标签优化

美国版/Food Labeling Management Code/Yi.Abp.Net8/module/food-labeling-us/FoodLabeling.Application/Services/UsAppAuthAppService.cs
@@ -38,6 +38,7 @@ namespace FoodLabeling.Application.Services; @@ -38,6 +38,7 @@ namespace FoodLabeling.Application.Services;
38 public class UsAppAuthAppService : ApplicationService, IUsAppAuthAppService 38 public class UsAppAuthAppService : ApplicationService, IUsAppAuthAppService
39 { 39 {
40 private readonly IAccountManager _accountManager; 40 private readonly IAccountManager _accountManager;
  41 +
41 private readonly ISqlSugarRepository<UserAggregateRoot, Guid> _userRepository; 42 private readonly ISqlSugarRepository<UserAggregateRoot, Guid> _userRepository;
42 private readonly ISqlSugarDbContext _dbContext; 43 private readonly ISqlSugarDbContext _dbContext;
43 private readonly IHttpContextAccessor _httpContextAccessor; 44 private readonly IHttpContextAccessor _httpContextAccessor;