Skip to content

Commit

Permalink
moving to office
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Apr 22, 2022
1 parent 79d2030 commit 8ab7b2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions strategy/StrategyClient/Rules/NotInRangeRule.cs
@@ -1,9 +1,16 @@
using System.Linq;

namespace StrategyClient.Rules
{
public class NotInRangeRule : IRule
{
public bool Verify(string choice)
{
if (choice.All(char.IsDigit))
{

}

return false;
}

Expand Down

0 comments on commit 8ab7b2f

Please sign in to comment.