Exemplo n.º 1
0
 public async Task<NewtonsoftJsonActionResult<ValidateResult<List<CrmEntity>>>> GetSecurityquestion()
 {
     return await _appUser.GetSecurityquestion();
 }