Files
yavsc/web/Controllers/Commande.cs
Paul Schneider 04804b89a9 Initial import
2014-07-16 20:35:03 +02:00

22 lines
310 B
C#

using System;
using Yavsc;
using SalesCatalog;
using SalesCatalog.Model;
using System.Web.Mvc;
using System.Web;
using System.Text.RegularExpressions;
using System.IO;
using Yavsc.Controllers;
namespace Yavsc.Controllers
{
public class Commande
{
public Commande(FormCollection collection)
{
}
}
}