Exemple #1
0
 public ManterTrilhaNivel()
 {
     _bmTrilhaNivel = new BMTrilhaNivel();
     _bmPontoSebrae = new BMPontoSebrae();
     _bmMissao      = new BMMissao();
     _bmItemTrilha  = new BMItemTrilha();
 }
 public ManterPontoSebrae()
 {
     _bmPontoSebrae = new BMPontoSebrae();
 }