Ejemplo n.º 1
0
 public void SaveFinFinance(fin_finances item)
 {
     try
     {
         db.SaveFinFinance(item);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }