Exemplo n.º 1
0
 public async Task <int> QuestionTransaction(SurveyQuestions data, char action)
 {
     return(await _survey.QuestionTransaction(data, action));
 }