Beispiel #1
0
 public int AddEncuesta(string data)
 {
     return(Encuesta.Add(data));
 }