コード例 #1
0
ファイル: MasterCategory.cs プロジェクト: justintg/OpenBudget
 int ISortableEntity.GetMaxSnapshotSortOrder(ISnapshotStore snapshotStore)
 {
     return(snapshotStore.GetMasterCategoryMaxSortOrder());
 }