API Traieste

This commit is contained in:
andrei-mihnea-cerbu
2024-04-04 19:21:03 +03:00
parent 22f171b560
commit 1206db9321
104 changed files with 359 additions and 366 deletions
@@ -0,0 +1,8 @@
namespace Application.Endpoints.Doctors.Login
{
public class DoctorLoginDTO
{
public string? Email { get; set; }
public string? Password { get; set; }
}
}