Rename to VAR.Focus

This commit is contained in:
2015-06-26 02:23:21 +02:00
parent 58d51ee3b7
commit 175fad80e4
52 changed files with 71 additions and 98 deletions

View File

@@ -0,0 +1,8 @@
namespace VAR.Focus.Web.Controls
{
public interface IValidableControl
{
bool IsValid();
}
}