namespace AccountManagement.Application.Contracts.SubAccount { public class SubAccountChangePassword { public long SubAccountId { get; set; } //public string OldPassword { get; set; } public string NewPassword { get; set; } } }