refactoring
This commit is contained in:
parent
9a2098052d
commit
f3a2efa244
64 changed files with 121 additions and 159 deletions
|
|
@ -13,7 +13,7 @@ using System.IO;
|
|||
using System.Net;
|
||||
using WorkFlowProvider;
|
||||
using System.Web.Security;
|
||||
using yavscModel.WorkFlow;
|
||||
using Yavsc.Model.WorkFlow;
|
||||
|
||||
namespace Yavsc.ApiControllers
|
||||
{
|
||||
|
|
@ -33,12 +33,7 @@ namespace Yavsc.ApiControllers
|
|||
return CatalogManager.GetCatalog ().GetBrand (brandName).GetProductCategory (prodCategorie)
|
||||
;
|
||||
}
|
||||
|
||||
[AcceptVerbs("GET","POST")]
|
||||
public string Command()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
/*
|
||||
|
||||
public HttpResponseMessage Post()
|
||||
{
|
||||
|
|
@ -66,7 +61,7 @@ namespace Yavsc.ApiControllers
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
[Authorize]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue