|
|
|
@ -12,6 +12,7 @@ using Volo.Abp.DependencyInjection; |
|
|
|
using Volo.Abp.Guids; |
|
|
|
using Volo.Abp.MultiTenancy; |
|
|
|
using Volo.Abp.ObjectMapping; |
|
|
|
using Volo.Abp.Settings; |
|
|
|
using Volo.Abp.Timing; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
using Volo.Abp.Users; |
|
|
|
@ -44,6 +45,8 @@ namespace Volo.Abp.Application.Services |
|
|
|
|
|
|
|
public ICurrentUser CurrentUser { get; set; } |
|
|
|
|
|
|
|
public ISettingManager SettingManager { get; set; } |
|
|
|
|
|
|
|
public IClock Clock { get; set; } |
|
|
|
|
|
|
|
public IAuthorizationService AuthorizationService { get; set; } |
|
|
|
|