コード例 #1
0
ファイル: AjaxService.cs プロジェクト: jahmed25/fnf
 public static void clearCart(string sessionId)
 {
     CartDAO.clearCart(sessionId);
 }