Ejemplo n.º 1
0
 public async Task <int> AddPredefinedAnswer(string txt)
 {
     return(await _questionManager.CreatePredefinedAnswer(txt));
 }