forked from sanchezvem/PyroFetes
réparation des models et corrections du type caliber
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace PyroFetes.DTO.Login.Request;
|
||||
|
||||
public class CreateLoginDto
|
||||
{
|
||||
public string? Username { get; set; }
|
||||
public string? FullName { get; set; }
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user