18 lines
236 B
C#
18 lines
236 B
C#
using System;
|
|
using Yavsc;
|
|
using SalesCatalog;
|
|
using SalesCatalog.Model;
|
|
using System.Collections.Specialized;
|
|
|
|
namespace Yavsc.Model.WorkFlow
|
|
{
|
|
public class Commande
|
|
{
|
|
public Commande(NameValueCollection collection)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
|