Ejemplo n.º 1
0
 public static void updateTransDesc(int transId, string transDesc)
 {
     DataModel.updateTransDesc(transId, transDesc);
 }
Ejemplo n.º 2
0
 public static List <CCTrans> getTransactions()
 {
     return(DataModel.getTransactions());
 }