Update main menu recently used on save
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MayShow.Models;
|
||||
|
||||
namespace MayShow.Interfaces;
|
||||
|
||||
interface IUpdateRecentlyUsed
|
||||
{
|
||||
void UpdateRecentlyUsed(PDFReport report);
|
||||
}
|
||||
Reference in New Issue
Block a user