Exemplo n.º 1
0
 public string InsertAlert(DataAbstractAlert dataAlert)
 {
     return(dataAlert.Insert <DataVisitTimeAlert>(_mongoConnection));
 }