namespace XFEExtension.NetCore.WinUIHelper.Interface;
public interface IRefreshableViewModel
{
void Refresh();
}
namespace XFEExtension.NetCore.WinUIHelper.Interface;
public interface IRefreshableViewModel
{
void Refresh();
}