7 lines
126 B
C#
7 lines
126 B
C#
namespace GamificationService.Models.DTO;
|
|
|
|
public class EnableTwoFactorDTO
|
|
{
|
|
public int TwoFactorProvider { get; set; }
|
|
}
|