mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-06 14:03:56 +00:00
4 lines
134 B
C#
4 lines
134 B
C#
namespace CleanArchitecture.Application.ViewModels.Users;
|
|
|
|
public sealed record LoginUserViewModel(string Email, string Password);
|