/// <summary> /// Rollback current transaction /// </summary> public bool Rollback() => _engine.Rollback();
public bool Rollback() { NotificationService.Clear(); return(_engine.Rollback()); }