* 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:
Paul Schneider
2015-02-18 16:32:22 +01:00
parent 75fe032822
commit 6dfe83308e
6 changed files with 37 additions and 13 deletions

View File

@ -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 {