예제 #1
0
파일: Cnpj.php 프로젝트: charlanalves/sped
 public function isValid()
 {
     return \Sped\Validation::cnpj()->validate($this);
 }