mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 02:52:56 +00:00
3 lines
144 B
C#
3 lines
144 B
C#
namespace CleanArchitecture.Application.ViewModels.Users;
|
|
|
|
public sealed record ChangePasswordViewModel(string Password, string NewPassword); |