7 lines
133 B
C#
7 lines
133 B
C#
namespace Kromek.Framework.Core.Extensions
|
|
{
|
|
public interface INavigationConfirmation
|
|
{
|
|
bool CanConfirm();
|
|
}
|
|
} |