Exemple #1
0
 public void Insert(MODEL.Model_Chaves chave)
 {
     DAL.Dal_Chaves dalChave = new DAL.Dal_Chaves();
     dalChave.Insert(chave);
 }