|
|
@ -3,13 +3,14 @@ using System.Collections.Generic;
|
|
|
|
using System.Text;
|
|
|
|
using System.Text;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
|
|
|
using Volo.Abp.AspNetCore.Mvc;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Volo.Abp.Identity
|
|
|
|
namespace Volo.Abp.Identity
|
|
|
|
{
|
|
|
|
{
|
|
|
|
[RemoteService]
|
|
|
|
[RemoteService]
|
|
|
|
[Area("identity")]
|
|
|
|
[Area("identity")]
|
|
|
|
[ControllerName("Profile")]
|
|
|
|
[ControllerName("Profile")]
|
|
|
|
public class ProfileController : IProfileAppService
|
|
|
|
public class ProfileController : AbpController, IProfileAppService
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private readonly IProfileAppService _profileAppService;
|
|
|
|
private readonly IProfileAppService _profileAppService;
|
|
|
|
|
|
|
|
|
|
|
|