mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-29 18:21:08 +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); |