static void Main(string[] args) { string testValue = "11223355448"; Console.WriteLine(CommonPT.IsFiscaNumberPT(testValue)); Console.ReadLine(); }
public void IsValidPT() { Assert.That(CommonPT.IsPhoneNumberPT("289920456"), Is.EqualTo(true)); }