Exemplo n.º 1
0
 internal void SaveHumanSpec(int idHuman, int idSpec)
 {
     try
     {
         db.SaveHumanSpec(idHuman, idSpec);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }