This website requires JavaScript.
Explore
Help
Register
Sign In
EduardoDev
/
line-gestao-api
mirror of
https://github.com/eduardolopesx03/line-gestao-api.git
Watch
1
Star
0
Fork
You've already forked line-gestao-api
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a16358a630
line-gestao-api
/
Dtos
/
LoginRequest.cs
4 lines
95 B
C#
Raw
Blame
History
namespace
line_gestao_api.Dtos
;
public
record
LoginRequest
(
string
Email
,
string
Password
)
;
Reference in New Issue
View Git Blame
Copy Permalink