|
@@ -166,7 +166,7 @@ namespace ShwasherSys.Common
|
|
|
|
|
|
|
|
Task<List<CustomerDefaultProduct>> GetCustomerDefaultProductByCustomerId(string customerId);
|
|
Task<List<CustomerDefaultProduct>> GetCustomerDefaultProductByCustomerId(string customerId);
|
|
|
|
|
|
|
|
- Task<List<ProductProperty>> GetProductProperty(string productPropertyType);
|
|
|
|
|
|
|
+ Task<List<ProductProperty>> GetProductPropertyEntity(string productPropertyType);
|
|
|
#endregion
|
|
#endregion
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -1534,7 +1534,7 @@ namespace ShwasherSys.Common
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="productPropertyType"></param>
|
|
/// <param name="productPropertyType"></param>
|
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
|
- public async Task<List<ProductProperty>> GetProductProperty(string productPropertyType)
|
|
|
|
|
|
|
+ public async Task<List<ProductProperty>> GetProductPropertyEntity(string productPropertyType)
|
|
|
{
|
|
{
|
|
|
var types = new string[]{"1","2","3","4","5"};
|
|
var types = new string[]{"1","2","3","4","5"};
|
|
|
if (productPropertyType == "" || !types.Contains(productPropertyType))
|
|
if (productPropertyType == "" || !types.Contains(productPropertyType))
|