Spaces:
Running
Running
| ο»Ώusing System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel.DataAnnotations; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace TaskTrackingSystem.Shared.Models.Auth | |
| { | |
| public class LoginDto | |
| { | |
| [] | |
| public string UsernameOrEmail { get; set; } = string.Empty; // Username ααα―α·ααα―ααΊ Email ααΌαα―ααΊαα¬αα²α· login αααΊααα―α·αα‘α±α¬ααΊ ααΌα―αα―ααΊαα¬αΈααΌααΊαΈ | |
| [] | |
| public string Password { get; set; } = string.Empty; | |
| } | |
| } |