Exemplo n.º 1
0
 public bool IsWritting()
 {
     // This is so simple method that it does not need to be logged
     return(_tr.IsWritting());
 }
 public bool IsWritting()
 {
     return(_keyValueDBTransaction.IsWritting());
 }