예제 #1
0
 public bool AddAmount(string idCuenta, double numCuenta)
 {
     try
     {
         return(model.AddAmount(idCuenta, numCuenta));
     }
     catch (Exception)
     {
         throw;
     }
 }