Exemplo n.º 1
0
 public static PessoaFactory GetInstance()
 {
     if (fabricaPessoas == null)
     {
         fabricaPessoas = new PessoaFactory();
     }
     return(fabricaPessoas);
 }
Exemplo n.º 2
0
 public static PessoaFactory GetInstance()
 {
     if (fabricaPessoas == null)
         fabricaPessoas = new PessoaFactory();
     return fabricaPessoas;
 }