namespace API.Models.UserModels { public class LoginDTO { public string EmailUsr { get; set; } public string Password { get; set; } } }