Example #1
0
 public static double GetNotEnoughMoney(string orderId, SqlTransaction tran)
 {
     return(BrowsememberordersDAL.GetNotEnoughMoney(orderId, tran));
 }