Skip to content

Commit

Permalink
Update src/YesSql.Abstractions/Commands/IDocumentCommandBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 authored Jul 17, 2024
1 parent 5887ba9 commit 4892156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ public interface IDocumentCommandBuilder
DocumentCommand BuildUpdateDocumentCommand(object entity, Document document, IStore store, long checkVersion, string collection);
DocumentCommand BuildDeleteDocumentCommand(object entity, Document document, IStore store, string collection);
}
}
}

0 comments on commit 4892156

Please sign in to comment.