yavsc/web/Controllers/Commande.cs

21 lines
310 B
C#
Raw Normal View History

2014-07-16 20:35:03 +02:00
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)
{
}
}
}