* 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
|
|
@ -186,10 +186,9 @@ namespace Yavsc.Controllers
|
|||
[Authorize]
|
||||
public ActionResult Basket ()
|
||||
{
|
||||
return View (wfmgr.GetCommands(Membership.GetUser().UserName));
|
||||
return View (wfmgr.GetCommands (Membership.GetUser ().UserName));
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Command the specified collection.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue