mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-04 12:32:57 +00:00
4 lines
145 B
C#
4 lines
145 B
C#
namespace CleanArchitecture.Application.ViewModels.Users;
|
|
|
|
public sealed record ChangePasswordViewModel(string Password, string NewPassword);
|