* Basket.aspx: refactoring
* NpgsqlContentProvider.cs: fixing the command parameters deserialisation * NpgsqlWorkflow.csproj: prehaps not needed new references * FrontOfficeController.cs: code formatting * Command.aspx: a link to the basket * Commande.cs: In order the deserialize from Json
This commit is contained in:
parent
75fe032822
commit
6dfe83308e
6 changed files with 37 additions and 13 deletions
|
|
@ -4,6 +4,7 @@ using System.Collections.Specialized;
|
|||
using Yavsc.Model.WorkFlow;
|
||||
using Yavsc.Model.FileSystem;
|
||||
using System.Web;
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
namespace Yavsc.Model.FrontOffice
|
||||
|
|
@ -40,7 +41,7 @@ namespace Yavsc.Model.FrontOffice
|
|||
/// <summary>
|
||||
/// The parameters.
|
||||
/// </summary>
|
||||
public StringDictionary Parameters = new StringDictionary();
|
||||
public Dictionary<string,string> Parameters = new Dictionary<string,string> ();
|
||||
|
||||
FileInfoCollection Files {
|
||||
get {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue