LifePayment/LifePayment.HttpApi/LifePay/UserRoleController.cs
@@ -199,5 +199,11 @@ await _identityRoleService.DeleteAsync(id); return await _userRoleService.DeleteRole(id); } //[HttpGet] //public async Task<UserChannelOutput> GetUserChannel() //{ // return await _accountService.GetUserChannel(); //} } }