示例#1
0
 public static IList <CardInfo> GetUnsoldCard(string table, int productId, int amount)
 {
     return(dal.GetUnsoldCard(table, productId, amount));
 }