Exemplo n.º 1
0
        static void Main(string[] args)
        {
            string testValue = "11223355448";

            Console.WriteLine(CommonPT.IsFiscaNumberPT(testValue));
            Console.ReadLine();
        }
Exemplo n.º 2
0
 public void IsValidPT()
 {
     Assert.That(CommonPT.IsPhoneNumberPT("289920456"), Is.EqualTo(true));
 }