* 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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user