Init Git
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Authentications.DisableMfa;
|
||||
|
||||
public sealed class DisableMfaRequest
|
||||
{
|
||||
public Guid FactorId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user