mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 11:02:57 +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); |