Update main menu recently used on save

This commit is contained in:
2026-04-04 21:45:12 +09:00
parent 249cc8724d
commit b0661669b4
3 changed files with 45 additions and 7 deletions
@@ -0,0 +1,8 @@
using MayShow.Models;
namespace MayShow.Interfaces;
interface IUpdateRecentlyUsed
{
void UpdateRecentlyUsed(PDFReport report);
}