Exemplo n.º 1
0
 public bool Remove(string columnName, string guid)
 {
     return(dataClient.DeleteOne(columnName, guid));
 }