Exemplo n.º 1
0
 internal void SaveHuman(hr_humans item)
 {
     try
     {
         db.SaveHuman(item);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }