public Elux.ApiIntergration.EluxPim.CategoryEntity GetServiceCategoryByModelNumber(string service, string modelNumber, string country) { return(EluxApiIntHelper.GetCategory()); }
public Elux.ApiIntergration.EluxPim.CategoryEntity GetServiceCategoryByCategoryGuid(string service, string categoryGuid, string country) { return(EluxApiIntHelper.GetCategory()); }