namespace FrontOffice.BFF.Application.UserCQ.Commands.CreateNewOtpToken; public class CreateNewOtpTokenResponseDto { //موفق؟ public bool Success { get; set; } //پیام public string Message { get; set; } }