예제 #1
0
 public bool Remove(string columnName, string guid)
 {
     return(dataClient.DeleteOne(columnName, guid));
 }