* SalesCatalog.csproj: clean an unused reference

* TestBrands.cs:
* Service.cs:
* PhysicalProduct.cs: clean an obsolete reference

* TestCatalogInit.cs: cleaner

* XmlCatalog.cs:
* XmlCatalogProvider.cs: suppressed some xml doc warnings

* Estimate.aspx: new jQuery version 

* Web.config: removed a section dotNetOpenAuth at using the .Net
  framework 4.5.1
This commit is contained in:
Paul Schneider 2015-01-29 23:05:57 +01:00
commit 3dbf0265db
9 changed files with 46 additions and 41 deletions

View file

@ -8,7 +8,7 @@ namespace Yavsc.Model.FrontOffice
{
}
public Price UnitaryPrice { get; set; }
#region implemented abstract members of SalesCatalog.Model.Product
#region implemented abstract members of Product
public override string[] GetSalesConditions ()
{
return new string [] { string.Format(

View file

@ -10,7 +10,7 @@ namespace Yavsc.Model.FrontOffice
public Price HourPrice { get; set; }
#region implemented abstract members of SalesCatalog.Model.Product
#region implemented abstract members of Product
public override string [] GetSalesConditions ()
{
return new string [] { string.Format(