示例#1
0
 public Elux.ApiIntergration.EluxPim.CategoryEntity GetServiceCategoryByModelNumber(string service, string modelNumber, string country)
 {
     return(EluxApiIntHelper.GetCategory());
 }
示例#2
0
 public Elux.ApiIntergration.EluxPim.CategoryEntity GetServiceCategoryByCategoryGuid(string service, string categoryGuid, string country)
 {
     return(EluxApiIntHelper.GetCategory());
 }