mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-29 18:21:08 +00:00
3 lines
133 B
C#
3 lines
133 B
C#
namespace CleanArchitecture.Application.ViewModels.Users;
|
|
|
|
public sealed record LoginUserViewModel(string Email, string Password); |