LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs
@@ -34,7 +34,7 @@ Task<Guid> CreateAccount(CreateAccountInput input, bool isSend = false, bool isAdminCreate = false); Task<List<ChannelOutput>> GetUserChannel(); Task<BackClientUserInfoOutput> GetBackClientUserInfo(); #endregion } }