rama creada apartir de master en j
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
namespace adas_core.Domain.Models.DTO;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object used to update a user along with their authentication details.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This DTO is typically used to transfer user account and authentication information in update operations.
|
||||
/// </remarks>
|
||||
public class UpdateUserWithAuthDto
|
||||
{
|
||||
public User User { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user