This repository was archived by the owner on Nov 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/InvvardDev.EZLayoutDisplay.Desktop/Service/Interface Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,17 @@ public interface ILayoutService
1010 /// Gets the <see cref="ErgodoxLayout"/> basic info.
1111 /// </summary>
1212 /// <param name="layoutHashId">The layout hash ID to get.</param>
13+ /// <param name="layoutRevisionId">The layout revision ID to get.</param>
1314 /// <returns>The <see cref="ErgodoxLayout"/>.</returns>
14- Task < ErgodoxLayout > GetLayoutInfo ( string layoutHashId ) ;
15+ Task < ErgodoxLayout > GetLayoutInfo ( string layoutHashId , string layoutRevisionId ) ;
1516
1617 /// <summary>
1718 /// Gets the <see cref="ErgodoxLayout"/>.
1819 /// </summary>
1920 /// <param name="layoutHashId">The layout hash ID to get.</param>
21+ /// <param name="layoutRevisionId">The layout revision ID to get.</param>
2022 /// <returns>The <see cref="ErgodoxLayout"/>.</returns>
21- Task < ErgodoxLayout > GetErgodoxLayout ( string layoutHashId ) ;
23+ Task < ErgodoxLayout > GetErgodoxLayout ( string layoutHashId , string layoutRevisionId ) ;
2224
2325 /// <summary>
2426 /// Transforms an <see cref="ErgodoxLayout"/> into a <see cref="EZLayout"/>.
You can’t perform that action at this time.
0 commit comments