* 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:
parent
da87d0ea97
commit
3dbf0265db
9 changed files with 46 additions and 41 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue