initial commit from an older template
This commit is contained in:
6
Models/DTO/EnableTwoFactorDTO.cs
Normal file
6
Models/DTO/EnableTwoFactorDTO.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace GamificationService.Models.DTO;
|
||||
|
||||
public class EnableTwoFactorDTO
|
||||
{
|
||||
public int TwoFactorProvider { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user